aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/recipes
AgeCommit message (Collapse)Author
2022-08-17Flotation Cell fixes (#271)miozune
* Flotation Cell fixes * Add info on type locking * address review
2022-08-05NEI Cleanup (#251)miozune
* NEI Cleanup * adjustments
2022-06-22Various fixes (#220)miozune
* Various fixes * Refactor * remove unused imports * derp * fix
2022-06-14Re-buff Milling (#212)miozune
2022-06-06Buff Sphalerite milling (#204)miozune
2022-04-21Fix Wood's Glass Lens is getting consumed to process Hydrogen Chloride Mix ↵miozune
(#178)
2022-03-27delegate assline recipe creation to GT's RecipeAdder if in GTNH (#160)Glease
2022-01-29Merge branch 'master' of https://github.com/GTNewHorizons/GTplusplus into St00fAlkalus
# Conflicts: # .gitignore # dependencies.gradle # src/main/java/gtPlusPlus/core/config/ConfigHandler.java # src/main/java/gtPlusPlus/core/item/base/BaseItemComponent.java # src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/basic/GregtechMetaWirelessCharger.java # src/main/java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_MassFabricator.java # src/main/resources/assets/miscutils/lang/en_US.lang
2022-01-23Added some bees and shit.Alkalus
Added Force. Updated how GT++ material components get localized.
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-06Fix Auto-Generated ABS recipes sometimes containing two circuits.Alkalus
Fix Fluid Extraction recipes for Ingots/Nuggets being generated wrong. Greatly improve generation of Fluid Extraction recipes. Removed useless Fluid Extractor code which is no longer used. Initial work on the Elemental Duplicator.
2021-12-21Add Multiblock Forge Hammer.Alkalus
Add base for Multiblock Molecular Transformer.
2021-12-19Change composition of Ancient Granite & Lepersonnite to make obtaining ↵Alkalus
Ytterbium possible. Fix Recipe for Wood's Glass lens.
2021-12-12Move sources and resourcesJohann Bernhardt