aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders
AgeCommit message (Collapse)Author
2017-11-05Merge pull request #1228 from DEMOOH/unstableBlood-Asp
Glass fiber recipe fix
2017-11-05Merge pull request #1226 from Antifluxfield/patch-1Blood-Asp
Fix AssLine structure check
2017-11-05prevent circuit conversation/tier jumpBlood-Asp
2017-10-08Made Cobble and Furnaces give sand again when macerated.Alkalus
2017-09-26Fixed RawStyreneButadieneRubber recipe cell amountJohannes Gäßler
2017-09-23Register Reinforced Glass as GT machine casingAntifluxfield
2017-09-21Glass fiber recipy fixUsenkov Dmitry
Prevent extruder from consuming wire mold
2017-09-14Update PartP2PGTPower.javaAntifluxfield
2017-09-14Fix #1213Antifluxfield
2017-09-13Add config for AE2Tunnel. Defaul off for now until fix.Blood-Asp
2017-09-13Fix #1212Blood-Asp
2017-09-13Fix oil drill crafting recipesBlood-Asp
2017-09-12Hard remove ores that might be exploitable by MRF laser drillBlood-Asp
2017-09-12Rebalance Nitric Acid production cost vs usageBlood-Asp
2017-09-12Rebalance charcoal byproduct destillationBlood-Asp
2017-09-12Fix #1208Blood-Asp
2017-09-12Fix #1204Blood-Asp
2017-09-12Merge pull request #1200 from Dimach/unstable-11Blood-Asp
Patched ME energy tunnel, now they can emit GT energy.
2017-09-12Merge branch 'unstable' into drillers-upgradeBlood-Asp
2017-09-06Replaced protected fields access with methods calls, now code more safe.Dimach
2017-09-03Merge branch 'unstable' into CircuitChemistryUpdateFollowupBlood-Asp
2017-09-03Fix #1167Blood-Asp
2017-09-03Fix #1194Blood-Asp
2017-09-03Merge pull request #1170 from JohannesGaessler/PyrometallurgyUpdateBlood-Asp
Pyrometallurgy update
2017-09-03Merge pull request #1197 from JohannesGaessler/FluidCannerCostReductionBlood-Asp
Fluid Canner cost reduction
2017-09-03Merge pull request #1192 from Antifluxfield/patch-3Blood-Asp
Fix the Generated Item Pipes
2017-09-03Merge pull request #1147 from SLiMylya/addnewbatteryBlood-Asp
Add new zpm and uv battery
2017-09-01Fixed wrong IC2 Biogas energy density due to GT optimizationJohannes Gäßler
2017-09-01Revised Biomass Distillation Tower recipes in terms of EU densityJohannes Gäßler
2017-08-27Patched ME energy tunnel, now they can emit GT energy.Dimach
2017-08-25Fixed a bug where the energy density of Biogas was calculated wronglyJohannes Gäßler
2017-08-25Revised Hydrochloric Acid recycling, Salt electrolyzation costJohannes Gäßler
Hydrochloric Acid can be recycled at 100% efficiency. The production of Dimethylhydrazine, Tetrafluoroethylene, Polydimethylsiloxane, and Hypochlorous Acid yields Diluted Hydrochloric Acid, which can be recycled at 50% efficiency. The energy cost of 21600 EU per 2 Salt -> Sodium + Chlorine has turned out to be too high. The cost is now 9600 EU.
2017-08-24Added missing Tetraitromethane, Polymerization recipesJohannes Gäßler
2017-08-23Fixed Nitric Oxide EUt, halved Ammonia costJohannes Gäßler
To prevent the construction of perpetua mobilia via Rocket Fuel the EU cost of making Dimethylhydrazine has been increased.
2017-08-21Fixed inconsistent SMD capacitor recipesJohannes Gäßler
2017-08-21Fixed collision between Acetic Acid and Vinyl Chloride recipesJohannes Gäßler
2017-08-21Added Assembler recipes for Small Coils, can use Annealed CopperJohannes Gäßler
2017-08-21Added scalable Methane + Water -> Hydrogen + CarbonDioxide recipesJohannes Gäßler
2017-08-21Fixed LCM desulfurization recipes in combination with CirChemUpdateFUJohannes Gäßler
2017-08-20Added missing Tetrafluoroethylene recipesJohannes Gäßler
2017-08-20All SMD Components now use Plastic, MVJohannes Gäßler
2017-08-20Fixed desulfuriation recipes colliding with hydro-cracking recipesJohannes Gäßler
2017-08-19Fixed Titaniumtetrachloride temperatureJohannes Gäßler
2017-08-19Merge branch 'unstable' into PyrometallurgyUpdateJohannes Gäßler
Conflicts: src/main/java/gregtech/GT_Mod.java src/main/java/gregtech/api/enums/Materials.java src/main/java/gregtech/common/GT_Proxy.java src/main/java/gregtech/loaders/oreprocessing/ProcessingOre.java src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
2017-08-19Fixed Chloroform recipeJohannes Gäßler
2017-08-19Added multi-step recipes for the Large Chemical ReactorJohannes Gäßler
Added recipes for the Large Chemical Reactor that perform several steps of a processing line in a single recipe.
2017-08-19Merge remote-tracking branch 'origin/unstable' intoJohannes Gäßler
CircuitChemistryUpdateFollowup Conflicts: src/main/java/gregtech/api/enums/Materials.java src/main/java/gregtech/common/GT_RecipeAdder.java src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
2017-08-19Reduced Oxygen consumption of Plastic Production by 50%Johannes Gäßler
2017-08-19Reduced the cost of Fluid CannersJohannes Gäßler
Circuits: 2 -> 1 Pumps: 2 -> 1 Glass: 2 -> 4
2017-08-19Old chemical recipes are now enabled by default, marked as deprecatedJohannes Gäßler