fixes #122
This commit is contained in:
parent
6fa53f2884
commit
fdc6ccf2a0
1 changed files with 7 additions and 0 deletions
|
@ -142,6 +142,13 @@ public class ModRecipes {
|
|||
'B', new ItemStack(Items.lava_bucket)
|
||||
);
|
||||
|
||||
CraftingHelper.addShapedOreRecipe(new ItemStack(ModItems.cloakingDevice),
|
||||
"CIC", "IOI", "CIC",
|
||||
'C', "ingotChrome",
|
||||
'I', "plateIridium",
|
||||
'O', new ItemStack(ModItems.lapotronicOrb)
|
||||
);
|
||||
|
||||
LogHelper.info("Shapped Recipes Added");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue