Now use oredict for plateIridium closes #74
This commit is contained in:
parent
ab384b661a
commit
179ae2ca42
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public class ModRecipes {
|
||||||
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("energyFlowCircuit", 4),
|
CraftingHelper.addShapedOreRecipe(ItemParts.getPartByName("energyFlowCircuit", 4),
|
||||||
"ATA", "LIL", "ATA",
|
"ATA", "LIL", "ATA",
|
||||||
'T', "plateTungsten",
|
'T', "plateTungsten",
|
||||||
'I', IC2Items.getItem("iridiumPlate"),
|
'I', "plateIridium",
|
||||||
'A', IC2Items.getItem("advancedCircuit"),
|
'A', IC2Items.getItem("advancedCircuit"),
|
||||||
'L', IC2Items.getItem("lapotronCrystal"));
|
'L', IC2Items.getItem("lapotronCrystal"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue