From 5196b78796f1cbe1266fb86e5303d682a54bc293 Mon Sep 17 00:00:00 2001 From: Robert S Date: Sat, 31 May 2014 02:42:19 -0400 Subject: [PATCH] Removed fiber glass to super conductor recipe --- .../src/main/scala/resonantinduction/electrical/Electrical.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/electrical/src/main/scala/resonantinduction/electrical/Electrical.java b/electrical/src/main/scala/resonantinduction/electrical/Electrical.java index 40bdf8c38..37daf0223 100644 --- a/electrical/src/main/scala/resonantinduction/electrical/Electrical.java +++ b/electrical/src/main/scala/resonantinduction/electrical/Electrical.java @@ -221,12 +221,10 @@ public class Electrical GameRegistry.addRecipe(new ShapelessOreRecipe(EnumWireMaterial.COPPER.getWire(), Items.getItem("copperCableItem"))); GameRegistry.addRecipe(new ShapelessOreRecipe(EnumWireMaterial.TIN.getWire(), Items.getItem("tinCableItem"))); GameRegistry.addRecipe(new ShapelessOreRecipe(EnumWireMaterial.IRON.getWire(), Items.getItem("ironCableItem"))); - GameRegistry.addRecipe(new ShapelessOreRecipe(EnumWireMaterial.SUPERCONDUCTOR.getWire(), Items.getItem("glassFiberCableItem"))); GameRegistry.addRecipe(new ShapelessOreRecipe(Items.getItem("copperCableItem"), EnumWireMaterial.COPPER.getWire())); GameRegistry.addRecipe(new ShapelessOreRecipe(Items.getItem("tinCableItem"), EnumWireMaterial.TIN.getWire())); GameRegistry.addRecipe(new ShapelessOreRecipe(Items.getItem("ironCableItem"), EnumWireMaterial.IRON.getWire())); - GameRegistry.addRecipe(new ShapelessOreRecipe(Items.getItem("glassFiberCableItem"), EnumWireMaterial.SUPERCONDUCTOR.getWire())); } if (Loader.isModLoaded("Mekanism"))