From 25f34623fec2025c9a72c88f4ff1a0cbe9889b65 Mon Sep 17 00:00:00 2001 From: draknyte1 Date: Sun, 26 Feb 2017 09:30:53 +1000 Subject: $ Fixed an issue where lots of materials generated ItemStack outputs of > 64. --- .../gtPlusPlus/xmod/gregtech/loaders/RecipeGen_ShapedCrafting.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_ShapedCrafting.java b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_ShapedCrafting.java index 6982ee8157..16ad1efab6 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_ShapedCrafting.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_ShapedCrafting.java @@ -88,7 +88,7 @@ public class RecipeGen_ShapedCrafting implements Runnable{ } - final int tVoltageMultiplier = material.getMeltingPointK() >= 1600 ? 60 : 15; + /*final int tVoltageMultiplier = material.getMeltingPointK() >= 1600 ? 60 : 15; //Add a shapeless recipe for each dust this way - Compat mode. @@ -114,7 +114,7 @@ public class RecipeGen_ShapedCrafting implements Runnable{ Utils.LOG_WARNING("Shapeless Crafting Recipe: "+material.getLocalizedName()+" - Failed"); } } - } + } */ //Shaped Recipe - Bolts -- cgit