diff options
author | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-15 16:04:02 +0100 |
---|---|---|
committer | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-15 16:04:02 +0100 |
commit | ff4b8c7068c2ea7d654e9beda00646d23e62b314 (patch) | |
tree | 2c84162154ba681232f86dffd4106db530236814 /src/main/java/gtPlusPlus/core/recipe | |
parent | 10182ddb54b6df57118cfe0715a037edf0fee14b (diff) | |
parent | 47ce336f288a45aa3244c8ae1177499fa5080942 (diff) | |
download | GT5-Unofficial-ff4b8c7068c2ea7d654e9beda00646d23e62b314.tar.gz GT5-Unofficial-ff4b8c7068c2ea7d654e9beda00646d23e62b314.tar.bz2 GT5-Unofficial-ff4b8c7068c2ea7d654e9beda00646d23e62b314.zip |
Merge tag '1.7.21' into unified-build-script2
# Conflicts:
# build.properties
Diffstat (limited to 'src/main/java/gtPlusPlus/core/recipe')
-rw-r--r-- | src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java index 08d8dda039..1c95467770 100644 --- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java +++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_General.java @@ -194,6 +194,12 @@ public class RECIPES_General { "stickBronze", "plateBronze", CI.craftingToolHammer_Hard, ItemUtils.simpleMetaStack(ModItems.itemBasicTurbine, 1, 1) ); + RecipeUtils.addShapedRecipe( + CI.craftingToolFile, "plateSteel", "stickSteel", + "plateSteel", "ringSteel", "plateSteel", + "stickSteel", "plateSteel", CI.craftingToolHammer_Hard, + ItemUtils.simpleMetaStack(ModItems.itemBasicTurbine, 2, 1) + ); } if (Meta_GT_Proxy.sDoesVolumetricFlaskExist) { |