Advertisement
Guest User

Untitled

a guest
Feb 29th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.37 KB | None | 0 0
  1. GameRegistry.addRecipe(new ShapedOreRecipe(
  2.                 new ItemStack(ItemHammer.instance),
  3.                 new Object[]{ "iii", "isi", " s ", 'i', "ingotIron", 's', "stickWood" } ));
  4.  
  5.         GameRegistry.addRecipe(new ShapelessOreRecipe(
  6.                 new ItemStack(BlockWorkbench.instance, 1),
  7.                 new Object[]{ ItemHammer.instance, "plankWood" } ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement