aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gtPlusPlus/core')
-rw-r--r--src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java27
1 files changed, 27 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 107b508e04..5c5c439d47 100644
--- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -831,6 +831,33 @@ public class RECIPES_Machines {
"gemDiamond",
aBronzeBricks,
GregtechItemList.Controller_SteamMaceratorMulti.get(1));
+
+ // Steam Washer Multi
+ RecipeUtils.addShapedGregtechRecipe(
+ aBronzeBricks,
+ "plateWroughtIron",
+ aBronzeBricks,
+ "rotorTin",
+ ALLOY.TUMBAGA.getFrameBox(1),
+ "rotorTin",
+ aBronzeBricks,
+ "plateWroughtIron",
+ aBronzeBricks,
+ GregtechItemList.Controller_SteamWasherMulti.get(1));
+
+ // Steam Centrifuge Multi
+ RecipeUtils.addShapedGregtechRecipe(
+ aBronzeBricks,
+ "plateWroughtIron",
+ aBronzeBricks,
+ "gearBronze",
+ ALLOY.TUMBAGA.getFrameBox(1),
+ "gearBronze",
+ aBronzeBricks,
+ "plateWroughtIron",
+ aBronzeBricks,
+ GregtechItemList.Controller_SteamCentrifugeMulti.get(1));
+
// Steam Compressor Multi
RecipeUtils.addShapedGregtechRecipe(
aBronzeBricks,