aboutsummaryrefslogtreecommitdiff
path: root/src/Java
AgeCommit message (Collapse)Author
2021-12-12Fix cell being eaten.Alkalus
2021-12-12Fixed GregtechMeta_MultiBlockBase not handling hatches correctly.Alkalus
2021-12-12Fixed bug in energy/dynamo handling.Alkalus
2021-12-12Texture change for Sparge Tower based on popular opinion.Alkalus
2021-12-12Added recipes for the Cold Trap and Reactor Processing Unit.Alkalus
Fixed NEI handler for sparging. Changed ABS NEI handler. Replace non-verbose FMLCommonHandler.instance().exitJava() calls with CORE.Crash(string).
2021-12-12Revert time adjustment.Alkalus
2021-12-12Fix minor oversight.Alkalus
2021-12-12Post-Conflict Merge fixes.Alkalus
2021-12-12Merge branch 'master' of https://github.com/GTNewHorizons/GTplusplus into ↵Alkalus
gtnh-milling # Conflicts: # build.properties # src/Java/gtPlusPlus/xmod/gregtech/api/metatileentity/implementations/base/generators/GregtechRocketFuelGeneratorBase.java # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GT_MetaTileEntity_SemiFluidGenerator.java # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/generators/GregtechMetaTileEntityGeothermalGenerator.java # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMTE_NuclearReactor.java
2021-12-12Add one final milling recipe for Monazite.Alkalus
2021-12-12Migrate Assembly Line recipes to new OreDict handler.Alkalus
Added missing file RecipeGen_MetalRecipe.java.
2021-12-12Add recipes for Sparging Multiblock.Alkalus
Add some localization. Migrate material recipes out of item classes.
2021-12-12Revert hatch handling in GregtechMetaTileEntity_SpargeTower.Alkalus
2021-12-12Fixed cells being consumed in nuclear reprocessing.Alkalus
Removed some debug logging. Removed ClassTransformer_CC_GuiContainerManager. Improved handling in GT_NEI_LFTR_Sparging. Added Erbium. Added HeLiCoPtEr.
2021-12-11Fix Sir-Mixalot crash.Alkalus
2021-12-11Cleanup.Alkalus
2021-12-11More Cleanup.Alkalus
2021-12-11Cleaned up GregtechMTE_NuclearReactor.java.Alkalus
2021-12-11Removed an unused import from HANDLER_GT.Alkalus
Balanced FFPP fuel production recipes.
2021-12-11Fixed issue of Multiblock hatches/buses not being assigned recipe maps.Alkalus
Removed 7 from Charge Pack tooltips. Initial work on Elemental Duplicator.
2021-12-11Adjusted LFTR a bit.Alkalus
2021-12-11Fixed ChemPlant book.Alkalus
2021-12-10Fixed hot ingot recipes.Alkalus
2021-12-10Added HS-188A.Alkalus
Fixed NEI handling for some handlers. Fixed some tooltips.
2021-12-10Migrate some recipe from GTNH CoreMod.Alkalus
2021-12-10More Tooltips.Alkalus
Dehydrator improvements. Fixed Circuit Programmer not working for Breakthrough Circuits.
2021-12-10Updated lots of tooltips.Alkalus
Made low tier tanks portable, now that higher tier tanks are. Fixed ULV gens not working correctly. Disabled ClassTransformer_GT_ItemMachines_Tooltip.
2021-12-10Added ability to clear all output hatches on GT++ multis with a plunger.Alkalus
Changed fluid textures for many autogenerated fluids. Renamed & remapped Cryolite to Cryolite (F). Fixed toArray() in AutoMap.java. Fixed Sparging. Final touches to Nuclear Fuel reprocessing.
2021-12-09Added a new multiblock for sparging.Alkalus
More Nuclear reprocessing work. Updated Tooltips on all multiblocks.
2021-12-08Merge pull request #62 from Florexiz/masterMartin Robertz
Fix typo in Zyngen tooltip
2021-12-07no systembombcar
2021-12-07More Nuclear Fuel recipe work.Alkalus
2021-12-07Added more LFTR fuel processing.Alkalus
2021-12-07More minor fixes.Alkalus
2021-12-07Removed some useless materials.Alkalus
Fixed Plasma generation and implemented plasma recipes for them.
2021-12-07Stopped fluids from having their generation queued.Alkalus
Possibly improved GT++ Fluid generation where GT counterparts exist. Adding remapping event for when existing items are removed with a suitable replacement added. Did some locale work.
2021-12-07Added more nuclear processing recipes.Alkalus
Removed lots of useless nuclear generated items. More NEI improvements. Made Dehydrator and FFPP recipe handling more lenient.
2021-12-07Fix typo in Zyngen tooltipFlorexiz
2021-12-07fix Volcanus can lossless overclock forever.iouter
fix as long as Volcanus is possible to lossless overclock, it will lossless overclock forever and https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/7390.
2021-12-06Better handling of Material chemical formulae.Alkalus
Fixed some broken recipes.
2021-12-06Greatly improved NEI handling.Alkalus
Fixed broken Manure Slurry recipes.
2021-12-06Added more Nuclear fluids/dusts.Alkalus
Added two new machines.
2021-12-06Merge pull request #59 from GTNewHorizons/gui-select-circuitMartin Robertz
copy over gui-select-circuit in gregtech
2021-12-06Refactored tree farmGlease
2021-12-06copy over gui-select-circuit in gregtechGlease
2021-12-05Update how Material RGB is applied to GT++ Tools.Alkalus
2021-12-05Add workaround for BW Hydrogen Peroxide unification.Alkalus
Made generic GT++ Recipes maps use default GT NEI handler. Boosted fuel value of Rocket Fuels.
2021-12-05Made Zyngen check each bus individuallyFlorexiz
2021-12-02Merge pull request #46 from bombcar/catalyst-fixMartin Robertz
fix chemplant not consuming catalyst
2021-11-29Added new generic Nuclear Chem item.Alkalus
Added ability to set Fluid for a Material. Moved Nuclear recipe generation to a different phase during init.