aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_ShapedCrafting.java4
1 files changed, 2 insertions, 2 deletions
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