diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-21 17:22:05 +0000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2021-12-21 17:22:05 +0000 |
commit | 06c8eb6bf1e2c634033d21e1d50ff7a8d8474550 (patch) | |
tree | af4167cbb06d109743d76a506c005910ce6d42d6 /src/main/java/gtPlusPlus/core | |
parent | 9f62f89514735c39a48c311593531e7ec6805d09 (diff) | |
download | GT5-Unofficial-06c8eb6bf1e2c634033d21e1d50ff7a8d8474550.tar.gz GT5-Unofficial-06c8eb6bf1e2c634033d21e1d50ff7a8d8474550.tar.bz2 GT5-Unofficial-06c8eb6bf1e2c634033d21e1d50ff7a8d8474550.zip |
Changed I/O and recipe for Reservoir Hatch.
Diffstat (limited to 'src/main/java/gtPlusPlus/core')
-rw-r--r-- | src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java index f708a99af0..6e042a71b1 100644 --- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java +++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java @@ -1414,9 +1414,9 @@ public class RECIPES_Machines { RecipeUtils.addShapedGregtechRecipe( - CI.getPlate(6, 1), ItemList.Casing_Grate.get(1), CI.getPlate(6, 1), - CI.getPlate(6, 1), CI.getFluidRegulator(6, 1), CI.getPlate(6, 1), - CI.getTieredCircuit(6), ItemList.Hatch_Input_LuV.get(1), CI.getTieredCircuit(6), + CI.getPlate(6, 1), ItemList.Casing_Gearbox_Titanium, CI.getPlate(6, 1), + CI.getPlate(6, 1), CI.getFluidRegulator(5, 1), CI.getPlate(6, 1), + CI.getTieredCircuit(6), ItemList.Hatch_Input_IV.get(1), CI.getTieredCircuit(6), GregtechItemList.Hatch_Reservoir.get(1)); RecipeUtils.addShapedGregtechRecipe( |