Fixes crafting for lapotronicOrb
This commit is contained in:
parent
2dd4e93f41
commit
8f45d418e3
1 changed files with 1 additions and 6 deletions
|
@ -90,12 +90,7 @@ public class RecipesIC2 implements ICompatModule {
|
|||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.lapotronicOrb),
|
||||
"LLL", "LPL", "LLL",
|
||||
'L', IC2Items.getItem("lapotronCrystal"),
|
||||
'P', IC2Items.getItem("iridiumPlate"));
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.lapotronicOrb),
|
||||
"LLL", "LPL", "LLL",
|
||||
'L', IC2Items.getItem("lapotronCrystal"),
|
||||
'L', new ItemStack(IC2Items.getItem("lapotronCrystal").getItem(), 1, OreDictionary.WILDCARD_VALUE),
|
||||
'P', IC2Items.getItem("iridiumPlate"));
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModBlocks.industrialSawmill),
|
||||
|
|
Loading…
Add table
Reference in a new issue