This commit is contained in:
modmuss50 2015-08-26 00:20:32 +01:00
parent 6fa53f2884
commit fdc6ccf2a0

View file

@ -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");
}