Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GameRegistry.addRecipe(new ShapedOreRecipe(
- new ItemStack(ItemHammer.instance),
- new Object[]{ "iii", "isi", " s ", 'i', "ingotIron", 's', "stickWood" } ));
- GameRegistry.addRecipe(new ShapelessOreRecipe(
- new ItemStack(BlockWorkbench.instance, 1),
- new Object[]{ ItemHammer.instance, "plankWood" } ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement