aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets
AgeCommit message (Collapse)Author
2022-09-24Update zh_CN.lang (#365)Kiwi
* Update zh_CN.lang * Update zh_CN.lang
2022-08-29rename (#324)Martin Robertz
Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com>
2022-08-23use consistent molten texture as gt5 (#295)Yang Xizhi
2022-08-05NEI Cleanup (#251)miozune
* NEI Cleanup * adjustments
2022-06-24Add UHV Soldering Alloy for Endgame Recipes (#196)Steelux
* Added Endgame Soldering Alloy - Adder recipe for Mutated Living Solder, an endgame soldering alloy meant for the bioware circuit line and content after it; - Added a new, very expensive catalyst for this recipe, which favors the usage of Awakened Draconium Coils to prevent losing durability on the catalyst; - Changed the Chemical Plant so that using Awakened Draconium Coils with Tungstensteel Pipe Casings removes the chance of consuming catalyst durability. * Lowered Recipe Energy Tier by 1
2022-06-06Comment out duplicate keys (#195)MuXiu1997
Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com> Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com>
2022-06-04Update zh_CN.lang (#202)Kiwi
2022-04-17Steam multi block tooltip (#173)MuXiu1997
2022-02-14Screwdriver driven development. (#124)Alkalus
* Added NEI handler for TGS. Added BoP support to TGS. Added base work for LFH. * Added Witchery support to TGS. * Finished LFH. Added missing steam multiblock. Fixed GT++ NEI time values not being precise enough. * Implement Fert use in TGS. * Fix broken checkRecipes. Did initial work for XLHE. Other misc. stuff. * Update GregtechLargeTurbinesAndHeatExchanger.java * Update RECIPES_Machines.java Changes requested by @Dream-Master
2022-02-13Super Glue Line (#122)Steelux
* Super Glue Line - First draft of the full Super Glue line, an IV processing chain meant to add a higher tier glue, starting from glue-related chemicals such as Methyl Acetate, with another tier of glue in the works * Small Changes and HCN Recipe
2022-02-06Update zh_CN.lang[Kiwi233]
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-29Added new crop.Alkalus
Added Wireless Charger locking. Fixed Cyclotron leaving bad input stacks. Improve Block localization.
2022-01-29Fixed Magic Feather death handling.Alkalus
Improved Magic Feather beacon handling.
2022-01-29Re-allow removal of debuffs when sleeping.Alkalus
Localized chat strings.
2022-01-29Added Mob Mentality.Alkalus
Added perks to sleeping. Added Magic Feather.
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-21Did MT stuff.Alkalus
2022-01-20Add way to make Sunnarium without MT.Alkalus
Fix early init of FmlCommonHandler.
2022-01-19Added GT4 Redstone Circuit Block.Alkalus
2022-01-16Added Recipe for Computer Cube MKII, Turbine Shaft, Rotor Assembly & ↵Alkalus
Elemental Duplicator. Removed a whole heap of pointless Reactor Planner files/functions. Hide some of the modes in the Computer Cube.
2022-01-15Added recipes for Generator Array Controller, Multi Forge Hammer, Multi ↵Alkalus
Molecular Transformer. Added recipes for Crop Managers, Inventory Managers, Electric Crafting Tables. Added recipes for Redstone Lamps, Redstone Gauges, Redstone Scales & Redstone Button Panels. Finished Multi Forge Hammer structure check. Changed tiering of Energy Crystal down to EV.
2022-01-09Partially implemented Computer Cube.Alkalus
Fix Multis wanting Mufflers when pollution = 0. Fix getMethodName potentially crawling too far up the stack.
2022-01-09Added more GT4 content:Alkalus
Redstone Lamp Redstone Display Redstone Scale Redstone Button Panel
2022-01-09Ported some GT4 content:Alkalus
Added GT Crop Managers. Added GT Auto Crafting Tables. Added GT Inventory Managers.
2022-01-07Rewrote and readded Bronze/Advanced Workbenches using GT Meta Tile system.Alkalus
2022-01-07Renamed Data Orb Overlay.Alkalus
2022-01-07Added some new overlays.Alkalus
2022-01-07Added new overlay for the Data Orb Repository.Alkalus
2022-01-07Finish work on the Elemental Duplicator.Alkalus
2022-01-06Finished work on multiblock Molecular Transformer.Alkalus
Added single use API for adding MT recipes.
2021-12-22Finished work on XL turbines.Alkalus
Cleaned up scanner output for all multiblocks. Update Sifter tooltip to reflect 4 output bus requirement.
2021-12-21Add Multiblock Forge Hammer.Alkalus
Add base for Multiblock Molecular Transformer.
2021-12-19Merge branch 'master' into New-MultisAlkalus
2021-12-19Change composition of Ancient Granite & Lepersonnite to make obtaining ↵Alkalus
Ytterbium possible. Fix Recipe for Wood's Glass lens.
2021-12-19Added Advanced Air Intake Hatch.Alkalus
Added Reservoir Hatch. Refactored Air Intake Hatch into a base class.
2021-12-18Change handling of Formaldehyde Catalyst.Alkalus
Fixed ChemPlant not working correctly.
2021-12-15Merge tag '1.7.21' into unified-build-script2Johann Bernhardt
# Conflicts: # build.properties
2021-12-13Merge tag '1.7.20' into unified-build-script2Johann Bernhardt
# Conflicts: # build.properties # src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluorite.java
2021-12-12Move sources and resourcesJohann Bernhardt