aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
authorGDCloud <93287602+GDCloudstrike@users.noreply.github.com>2023-02-01 07:19:21 +0100
committerGitHub <noreply@github.com>2023-02-01 07:19:21 +0100
commit7eabfb342833550857b074d4d9f23073d7ba3037 (patch)
tree4d342f32641e26c60368ba4fa0049d063e1642ed /src/main/java/gtPlusPlus/core/recipe
parent62ecd6140ba0a758ef7164906d5be88584494fad (diff)
downloadGT5-Unofficial-7eabfb342833550857b074d4d9f23073d7ba3037.tar.gz
GT5-Unofficial-7eabfb342833550857b074d4d9f23073d7ba3037.tar.bz2
GT5-Unofficial-7eabfb342833550857b074d4d9f23073d7ba3037.zip
Reservoir hatch overhaul (#522)
Diffstat (limited to 'src/main/java/gtPlusPlus/core/recipe')
-rw-r--r--src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java21
1 files changed, 9 insertions, 12 deletions
diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
index cace9cff2c..473a4899c1 100644
--- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
+++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java
@@ -2316,18 +2316,6 @@ public class RECIPES_Machines {
GregtechItemList.Hatch_Air_Intake.get(1));
RecipeUtils.addShapedGregtechRecipe(
- CI.getPlate(6, 1),
- ItemList.Casing_Gearbox_Titanium.get(1),
- 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(
CI.getPlate(7, 1),
GregtechItemList.Hatch_Air_Intake.get(1),
CI.getPlate(7, 1),
@@ -3042,6 +3030,15 @@ public class RECIPES_Machines {
int aCostMultiplier = 1;
+ // Reservoir Hatch
+ GT_Values.RA.addAssemblerRecipe(
+ new ItemStack[] { ItemList.Hatch_Input_EV.get(1), GT_ModHandler.getModItem("RIO", "tile.machine", 1),
+ ItemList.Electric_Pump_EV.get(1) },
+ GT_Values.NF,
+ GregtechItemList.Hatch_Reservoir.get(1),
+ 100,
+ 1920);
+
// Mystic Frame
CORE.RA.addSixSlotAssemblingRecipe(
new ItemStack[] { GregtechItemList.Casing_Multi_Use.get(1),