aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-22Merge branch 'master' of https://github.com/GTNewHorizons/GoodGeneratorGlodBlock
2022-01-22gui and structure stuff of XHEGlodBlock
2022-01-22address reviewmiozune
2022-01-21Added CCC dep.Alkalus
Fixed missing }.
2022-01-21Merge branch 'master' of https://github.com/GTNewHorizons/GTplusplus into ↵Alkalus
New-Multis-3 # Conflicts: # .gitignore # build.gradle # src/main/java/gtPlusPlus/core/handler/COMPAT_HANDLER.java # src/main/java/gtPlusPlus/core/lib/LoadedMods.java # src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java # src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java # src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks5.java # src/main/resources/assets/miscutils/lang/en_US.lang
2022-01-21Updated recipe for compressed glowstone.Alkalus
Changed recipes for Rhugnor and Hypogen. Fixed structure check for Large Extruder. Fixed structure check for Maceration Stack. Fixed structure check for Large Rocket Engine. Fix Chem Plant consuming wrong catalyst.
2022-01-21Did MT stuff.Alkalus
2022-01-22Fix Ztones recipe conflict with GTNHmiozune
2022-01-21Merge pull request #27 from Sphyix/masterMartin Robertz
consistency across circuits
2022-01-21Merge branch 'GTNewHorizons:master' into masterSphyix
2022-01-21fix consistency across circuitsSphyix
2022-01-20Merge pull request #26 from GTNewHorizons/GTNH-Colen-patch-2GTNH-Colen
Fix UMV energy hatch/dynamo recipe to use correct circuit
2022-01-20Fix UMV energy hatch/dynamo recipe to use correct circuitGTNH-Colen
2022-01-20Benzene Chain Improvements (#883)Steelux
- Changed the Charcoal fluid extraction recipe to run 4x faster, but take roughly the same amount of power; - Changed the outputs of the Wood Tar distillation to give slightly more useful outputs (Benzene, Toluene, Phenol) and less waste (Creosote, Dimethylbenzene until IV).
2022-01-20Add way to make Sunnarium without MT.Alkalus
Fix early init of FmlCommonHandler.
2022-01-20Improved Matter Fabricator recipes.Alkalus
2022-01-20Fixed broken multiblock tooltips.Alkalus
2022-01-20Fixed Industrial Forge Hammer structure check.Alkalus
Fixed Creative Energy Buffer some more. Fixed Redstone Circuit Block output. Did a little work on breaker boxes.
2022-01-19a few depsJason Mitchell
2022-01-19Original Modnameunknown
2022-01-19Fixed CCL/CCC dependenciesunknown
2022-01-19fix buildJason Mitchell
2022-01-19Buildscript Changesunknown
2022-01-19explicit depsJason Mitchell
2022-01-19bump versionMartin Robertz
2022-01-19Fix typo (#882)GTNH-Colen
2022-01-19Merge pull request #25 from GTNewHorizons/GTNH-Colen-patch-2Martin Robertz
Update DreamCraftRecipeLoader.java
2022-01-19Fix null tooltips (#880)Glease
2022-01-19Added recipes for Redstone Circuit Block.Alkalus
2022-01-19Added textures for Redstone Circuit Block.Alkalus
Fixed GUI tooltips breaking block lighting. Fixed creative energy buffer not keeping it's tier on world load.
2022-01-19Added GT4 Redstone Circuit Block.Alkalus
2022-01-18another runtime depJason Mitchell
2022-01-18update to explicit dependenciesJason Mitchell
Former-commit-id: d8074879dbcc875fe64f6e1c8614639538fd6026
2022-01-18maven publish buildscript updateJason Mitchell
Former-commit-id: 6067746ac7f8d288a1d4c7817e5173785672ff7c
2022-01-18update to explicit dependenciesJason Mitchell
2022-01-18add CCCJason Mitchell
2022-01-18maven publish buildscript updateJason Mitchell
2022-01-18update to explicit dependenciesJason Mitchell
2022-01-18maven publish buildscript updateJason Mitchell
2022-01-18update to explicit dependenciesJason Mitchell
2022-01-18update to explicit dependenciesJason Mitchell
2022-01-18maven publish buildscript updateJason Mitchell
2022-01-18update to explicit dependenciesJason Mitchell
2022-01-18update to explicit dependenciesJason Mitchell
2022-01-18maven publish buildscript updateJason Mitchell
2022-01-18Update DreamCraftRecipeLoader.javaGTNH-Colen
2022-01-18Minor fixesTec
2022-01-18Cleanup some LocaleTec
2022-01-18Cleanup serialization of EMTec
2022-01-18Oil Cracker Buff (#879)Steelux
- Buffed the Oil Cracker to consume less hydrogen than the LCR when hydro-cracking, and to output even more cracked fluid when steam-cracking. These buffs should make it worth to build right away compared to an LCR; - Increased the EU/t reduction from 5% to 10%, but with a limit of 50%, to give more value to early coil upgrades. Since oil setups like this aren't used at late tiers, it's more important to focus on the first tiers of coils; - Reworked the recipe time/energy cost. All recipes are now HV, matching the tier of the multi, but stay at 240 EU/t and run faster; Regarding Anti-Knock Agent: - Buffed the DT recipe to output more Anti-Knock Agent than the equivalent LCR recipe, and also reduced the total energy cost of the recipe. This recipe is part of a cycle between a Mixer and the DT, but the LCR does it it one step with perfect overclocking and without needing the height that the DT requires to do the recipe, which goes against the point of needing to distill to get Anti-Knock Agent.