This commit is contained in:
modmuss50 2016-02-06 11:51:55 +00:00
parent e154c15fd9
commit bf691fd8a6

View file

@ -230,7 +230,7 @@ public class
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.FusionCoil), CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.FusionCoil),
"CSC", "NAN", "CRC", "CSC", "NAN", "CRC",
'A', new ItemStack(ModBlocks.MachineCasing, 1, 2), 'A', new ItemStack(ModBlocks.MachineCasing, 1, 2),
'N', new ItemStack(ModBlocks.FusionCoil), 'N', ItemParts.getPartByName("nichromeHeatingCoil"),
'C', ItemParts.getPartByName("energyFlowCircuit"), 'C', ItemParts.getPartByName("energyFlowCircuit"),
'S', ItemParts.getPartByName("superConductor"), 'S', ItemParts.getPartByName("superConductor"),
'R', ItemParts.getPartByName("iridiumNeutronReflector") 'R', ItemParts.getPartByName("iridiumNeutronReflector")