From e9e9028ef6909fb2fd71a9e29525421bc1cb4e54 Mon Sep 17 00:00:00 2001 From: Runakai1 <48415331+Runakai1@users.noreply.github.com> Date: Wed, 3 Aug 2022 16:09:57 +0200 Subject: New Maintenance Hatch Recipe (#265) --- .../xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/main') diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java index fe12fbd4ad..75a1a372dc 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java @@ -326,6 +326,19 @@ public class RecipeLoader_GlueLine { 30 ); + //Maintenance Hatch recipe, using Braintech Tape + GT_Values.RA.addAssemblerRecipe( + new ItemStack[] { + ItemList.Hull_LV.get(1), + ItemList.Duct_Tape.get(1), + CI.getNumberedCircuit(1) + }, + MISC_MATERIALS.ETHYL_CYANOACRYLATE.getFluidStack(100), + ItemList.Hatch_Maintenance.get(1), + 120, + 30 + ); + // Graphene recipes from later wafer tiers, using superglue instead of the bronze age glue GT_Values.RA.addAssemblerRecipe( new ItemStack[] { -- cgit