diff options
author | Runakai1 <48415331+Runakai1@users.noreply.github.com> | 2022-08-03 16:09:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 21:09:57 +0700 |
commit | e9e9028ef6909fb2fd71a9e29525421bc1cb4e54 (patch) | |
tree | bd06279d53478644e5b7eb54e460d753b5251781 /src | |
parent | 1768a6d3d2c1d8063336003defea3e05b9aa1422 (diff) | |
download | GT5-Unofficial-e9e9028ef6909fb2fd71a9e29525421bc1cb4e54.tar.gz GT5-Unofficial-e9e9028ef6909fb2fd71a9e29525421bc1cb4e54.tar.bz2 GT5-Unofficial-e9e9028ef6909fb2fd71a9e29525421bc1cb4e54.zip |
New Maintenance Hatch Recipe (#265)
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/loaders/recipe/RecipeLoader_GlueLine.java | 13 |
1 files changed, 13 insertions, 0 deletions
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[] { |