From e16602a481fd7d798e7b0b0f7b004f5aa4b4d32f Mon Sep 17 00:00:00 2001 From: Martin Robertz Date: Sat, 21 May 2022 10:26:34 +0200 Subject: fix Early Everglades portal in dev version #10318 (#188) https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10318 (cherry picked from commit 2a0481232f92ef604e7e302b7274189e5fe5112d) --- src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java index ca4d67be58..fb21b40618 100644 --- a/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java +++ b/src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java @@ -1521,7 +1521,7 @@ public class RECIPES_GREGTECH { - CORE.RA.addSixSlotAssemblingRecipe(new ItemStack[] { + /*CORE.RA.addSixSlotAssemblingRecipe(new ItemStack[] { GregtechItemList.Casing_Multi_Use.get(1), ItemUtils.getItemStackOfAmountFromOreDict(CI.getTieredCircuitOreDictName(6), 1), ItemUtils.getItemStackOfAmountFromOreDict(CI.getTieredCircuitOreDictName(4), 8), @@ -1534,7 +1534,7 @@ public class RECIPES_GREGTECH { 20*20, 2048); - + */ -- cgit