Fixes #313
This commit is contained in:
parent
99756b355f
commit
b3bec47b11
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ public class
|
|||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.FusionCoil),
|
||||
"CSC", "NAN", "CRC",
|
||||
'A', new ItemStack(ModBlocks.MachineCasing, 1, 2),
|
||||
'N', new ItemStack(ModBlocks.FusionCoil),
|
||||
'N', ItemParts.getPartByName("nichromeHeatingCoil"),
|
||||
'C', ItemParts.getPartByName("energyFlowCircuit"),
|
||||
'S', ItemParts.getPartByName("superConductor"),
|
||||
'R', ItemParts.getPartByName("iridiumNeutronReflector")
|
||||
|
|
Loading…
Reference in a new issue