yepidoodles

Minecraft.zs

Apr 4th, 2017
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. // Hoes
  2.  
  3. // Wooden - Works
  4. recipes.addShaped(<minecraft:wooden_hoe>,
  5. [[<ore:plankWood>,<ore:plankWood>,null],
  6. [null,<ore:stickWood>,null],
  7. [null,<ore:stickWood>,null]]);
  8.  
  9. // Stone - Works
  10. recipes.addShaped(<minecraft:stone_hoe>,
  11. [[<ore:cobblestone>,<ore:cobblestone>,null],
  12. [null,<ore:stickWood>,null],
  13. [null,<ore:stickWood>,null]]);
Advertisement
Add Comment
Please, Sign In to add comment