aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/recipe
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/core/recipe')
-rw-r--r--src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
index 86d288ad65..56cf563e79 100644
--- a/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
+++ b/src/Java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java
@@ -91,7 +91,7 @@ public class RECIPES_GREGTECH {
private static void blastSmelterRecipes() {
- // Black Bronze
+ /*// Black Bronze
CORE.RA.addBlastSmelterRecipe(
new ItemStack[] { ItemUtils.getGregtechCircuit(13),
ItemUtils.getItemStackOfAmountFromOreDict("dustGold", 1),
@@ -311,7 +311,7 @@ public class RECIPES_GREGTECH {
FluidUtils.getFluidStack("molten.vibrantalloy", 144), 0,
MathUtils.findPercentageOfInt(16 * 20, 80), 480);
}
- }
+ }*/
}
private static void fluidcannerRecipes() {