Fixes #313
This commit is contained in:
parent
e154c15fd9
commit
bf691fd8a6
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue