aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorevgengoldwar <69961523+evgengoldwar@users.noreply.github.com>2024-08-23 19:02:20 +0300
committerGitHub <noreply@github.com>2024-08-23 16:02:20 +0000
commit03b9d86394140fbe9554232690e4e569f4b0754b (patch)
treed96a32f12eacc61cf4e2f4cbb91748cbd067829c /src/main/java/gtPlusPlus/core/recipe
parentc3e8a2d325a4aeb8a65a888b3c91f0c6177a17e9 (diff)
downloadGT5-Unofficial-03b9d86394140fbe9554232690e4e569f4b0754b.tar.gz
GT5-Unofficial-03b9d86394140fbe9554232690e4e569f4b0754b.tar.bz2
GT5-Unofficial-03b9d86394140fbe9554232690e4e569f4b0754b.zip
Added Steam mixer (#2915)
* Added Steam Mixer * Added Steam Mixer * Change logic and tooltip steam multi * Change mixer tooltip * Apply spotless * Fixed updateTexture for InputHatch * Added controller recipe for Steam Mixer --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gtPlusPlus/core/recipe')
-rw-r--r--src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index f8acb12367..00d9ccfd92 100644
--- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -1054,6 +1054,19 @@ public class RECIPES_Machines {
aBronzeBricks,
GregtechItemList.Controller_SteamWasherMulti.get(1));
+ // Steam Mixer Multi
+ RecipeUtils.addShapedGregtechRecipe(
+ aBronzeBricks,
+ ALLOY.TUMBAGA.getRing(1),
+ aBronzeBricks,
+ ALLOY.TUMBAGA.getRotor(1),
+ ALLOY.TUMBAGA.getFrameBox(1),
+ ALLOY.TUMBAGA.getRotor(1),
+ aBronzeBricks,
+ ALLOY.TUMBAGA.getRing(1),
+ aBronzeBricks,
+ GregtechItemList.Controller_SteamMixerMulti.get(1));
+
ItemStack aWoodenCasing = ItemUtils.simpleMetaStack(GregTech_API.sBlockCasings9, 2, 1);
// WaterPump
RecipeUtils.addShapedGregtechRecipe(