aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-21Added scalable Methane + Water -> Hydrogen + CarbonDioxide recipesJohannes Gäßler
2017-08-21Fixed EV Pumps using the wrong RubberJohannes Gäßler
2017-08-21Fixed Large Chemical Reactor GUI, was wrongly using default beforeJohannes Gäßler
2017-08-21Fixed LCM desulfurization recipes in combination with CirChemUpdateFUJohannes Gäßler
2017-08-21Multi-line tooltip of #1193Antifluxfield
2017-08-21Improve tooltipAntifluxfield
Now the metaitems can automatically seperate its tooltip to multiple lines with "////".
2017-08-20Added missing Tetrafluoroethylene recipesJohannes Gäßler
2017-08-20All SMD Components now use Plastic, MVJohannes Gäßler
2017-08-20cherry pickDream-Master
Commit: 3b3921034805f45e59534890faf258a3e19b21ce [3b39210] Fixed desulfuriation recipes colliding with hydro-cracking recipes
2017-08-20Fixed desulfuriation recipes colliding with hydro-cracking recipesJohannes Gäßler
2017-08-20Extruder rotor shape is single-use #1857Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/1857
2017-08-20cherry pickJohannes Gäßler
Commit: 1afc8405e8005433903afdf8a3cdcc82d3f05c9a [1afc840] Added multi-step recipes for the Large Chemical Reactor Added recipes for the Large Chemical Reactor that perform several steps of a processing line in a single recipe. Added new method for Chemical rector not using a clenroom
2017-08-20cherry pickDream-Master
Commit: 1c8df8fb7f05a8828ad09705d5d6a2fe730fa553 [1c8df8f] Fixed Titaniumtetrachloride temperature
2017-08-20cherry pickDream-Master
Commit: d85b7bee49dbb309127753c96ce4eae2e45e83bd [d85b7be] Fixed Chloroform recipe
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-19fix recipe derpDream-Master
2017-08-19cherry pickJohannes Gäßler
Commit: 967c3c07af627f92200111013b5a7d0e6a176de1 [967c3c0] Reduced Oxygen consumption of Plastic Production by 50%
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-19bump versionDream-Master
2017-08-19Macerating glass into glass dust #1849Johannes Gäßler
https://github.com/GTNewHorizons/NewHorizons/issues/1849
2017-08-19Scaleable Recipes for Fermented Biomass has been added.Dream-Master
It is now possible to produce Fermented Biomass in the Pyrolyse Oven without the need of any Fermenters. resin rebalance
2017-08-19Cherry PickDream-Master
1e4f093966c14ef1542d624eb801585bcf63d6ca Reenabled several old recipes regardless of the config -IC2 Biomass -> IC2 Biogas -Forestry Biomass -> Ethanol -LPG -> Super Fuel -Food --Centrifuge--> Methane -Heavy Fuel/Light Fuel --Distillery--> Toluene
2017-08-19Reduced the cost of Fluid CannersJohannes Gäßler
Circuits: 2 -> 1 Pumps: 2 -> 1 Glass: 2 -> 4
2017-08-19Fixed Steam Macerators using constant EUt, recipe timeJohannes Gäßler
2017-08-19Old chemical recipes are now enabled by default, marked as deprecatedJohannes Gäßler
2017-08-19Merge branch 'experimental' of ↵Technus
https://github.com/GTNewHorizons/GT5-Unofficial into experimental
2017-08-19Restore api for assemblerTechnus
2017-08-19Adding tooltipAntifluxfield
2017-08-19Fix inconsistent worldgenTechlone
2017-08-18bump versionDream-Master
2017-08-18Null checkTechnus
2017-08-18Fix string nbt string issueTechnus
2017-08-18Nuclear fuel rods and Reprocessing [1.5.10] #1847Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/1847
2017-08-18Greatly increased IC2 Biomass consumption, added scaleable FB recipesJohannes Gäßler
Previously the energy density of IC2 Biomass was very high. 1000L of IC2 biomass could be converted into 32000L of IC2 Biogas in the Distillery or into 64000L of IC2 Biogas in the Distillation Tower. With an IC2 Canning Machine and a Distillery you got 128000 EU from 1 Potato. With a Pyrolyse Oven and a Distillation Tower you got 320000 EU from 1 Potato. With the increased consumption rates (x16/x32) of Biomass the energy Density has been greatly reduced. 1 Potato now yields 8000 EU with an IC2 Canning Machine and 12000 EU with a Pyrolyse Oven. Also, scaleable Recipes for Fermented Biomass has been added. It is now possible to produce Fermented Biomass in the Pyrolyse Oven without the need of any Fermenters.
2017-08-18Reenabled several old recipes regardless of the configJohannes Gäßler
-IC2 Biomass -> IC2 Biogas -Forestry Biomass -> Ethanol -LPG -> Super Fuel -Food --Centrifuge--> Methane -Heavy Fuel/Light Fuel --Distillery--> Toluene
2017-08-17Fix use of RedstoneAlloy resulting in broken recipeMuramasa-
2017-08-17Update GT_Cover_FluidRegulator.javaAntifluxfield
Improve the screwdriver-rightclick behavior.
2017-08-16Update GT_MetaTileEntity_MultiBlockBase.javaAntifluxfield
2017-08-16Fix the Generated Item PipesAntifluxfield
Correct the factor.
2017-08-16Clean up importsAntifluxfield
2017-08-16Move the Data-Access codes only to those who really needs them.Antifluxfield
2017-08-16Fix Tooltip of PumpAntifluxfield
Add the missing bracket
2017-08-15Change the cleanroom option to work with 6 inputs tooDream-Master
2017-08-15Fix string localization.Technus
2017-08-13Revert "Getting rubber out of cabel you produced with pvc etc #1804"Dream-Master
This reverts commit 8d048d142ad79878155af71cf68d8e231877702e.
2017-08-13Added Ass. recipes for Electronic Circuit components, reduced GT timeJohannes Gäßler
The following components can now be made in an Assembling Machine: -Coated Circuit Board (-62.5% Sticky Resin cost) -Vacuum Tube (-33% Copper/Paper cost) -Phenolic Circuit Board (-20% Glue/Bisphenol A cost) The time needed to make Glass Tube in the Alloy Smelter has been reduced: 12s -> 8s