aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-13Update GT_MetaTileEntity_ProcessingArray.javaAlkalus
Allows machines not using the .basicmachine prefix to work.
2021-12-13Further refine GT_MetaTileEntity_Hatch_AirIntake.Alkalus
Stop AddCustomMachineToPA using reflection.
2021-12-13Tweaked flue amount for graphene (#799)Florexiz
Increased to 250mb of glue for sake of automation, 200 isn't really used
2021-12-13Fix wildcard (#70)Yang Xizhi
* add full dust recipe in plat-line * fix derp * turbine compact for BW material * fix wildcard stuff * remove log Former-commit-id: 8fa6886bf8c1cac10036c70a51328f52fbdef71f
2021-12-13Fix Air Intake Hatch not working.Alkalus
2021-12-13Fix duplicate ore generation recipes.Alkalus
2021-12-13Fix Fluorite Dehydrator recipe.Alkalus
Add Tooltip to 8k/32k Volumetric Flasks to show max capacity.
2021-12-13Revert "deal with the recent change"GlodBlock
This reverts commit 4123255c02b11acae919ac4acc66ff14ba4f2eaa.
2021-12-13Adjusted Monazite Froth again.Alkalus
2021-12-13Re-add Dehydrator recipe for Fluorite.Alkalus
Adjust Thermal Centrifuge & Centrifuge recipes for GT++ ores to be inline with GT values. Time is now based on material mass.
2021-12-13More recipe adjustments.Alkalus
Changed how Fluorite is handled. Change Monazite Froth output to no longer contain Praseodymium. Change Monazite Froth output to have 4x less Europium.
2021-12-13deal with the recent changeGlodBlock
2021-12-13Changed composition of Rare Earth I.Alkalus
Buffed Rare Earth processing lines. Buffed Industrial HF production and conversion recipes.
2021-12-13change graphene recipe again (#797)Glease
2021-12-13Yeet unused compat, including GT adding a bunch of RC rock crushing recipes ↵Jason Mitchell
:-/ (#798)
2021-12-12bump versionMartin Robertz
2021-12-12Attempt #4Johann Bernhardt
2021-12-12Merge pull request #66 from GTNewHorizons/MiscMartin Robertz
Fixed Large Arc Furnace issue.
2021-12-12Attempt #3Johann Bernhardt
2021-12-12Next attempt to fix jitpackJohann Bernhardt
2021-12-12Fixed Large Arc Furnace issue.Alkalus
2021-12-12Fix jitpack build issuesJohann Bernhardt
2021-12-12Migrated to unified build scriptJohann Bernhardt
2021-12-12Move sources and resourcesJohann Bernhardt
2021-12-12bump versionMartin Robertz
2021-12-12Merge pull request #50 from GTNewHorizons/gtnh-millingMartin Robertz
Milling/Nuclear Sciences revamp + Lots of minor fixes
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-12Merge branch 'master' of github.com:GTNewHorizons/TecTechMartin Robertz
# Conflicts: # build.gradle.kts
2021-12-12updATE BUILDSCRIPTMartin Robertz
2021-12-12Merge pull request #21 from GTNewHorizons/gtpp-compatMartin Robertz
Fix compat with gtpp, also fixed the build
2021-12-13Fix compat with gtpp, also fixed the buildGlease
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-12Fix unification caching ItemStack where it should not (#69)Glease
Former-commit-id: 7ad3064608f2f56f3d842d97a9bc5df9309ad4c4
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-12Locale Fixes.Alkalus
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-12add recycle recipeGlodBlock
2021-12-12Merge pull request #20 from boubou19/masterMartin Robertz
add recipe for infinite oil rig
2021-12-12add infinite oil rig (#795)boubou19
* add infinite oil rig * fix typo * get same speed as the oil rig III * adjust speed for the infinite oil rig
2021-12-11Fix Sir-Mixalot crash.Alkalus