Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Hoes
- // Wooden - Works
- recipes.addShaped(<minecraft:wooden_hoe>,
- [[<ore:plankWood>,<ore:plankWood>,null],
- [null,<ore:stickWood>,null],
- [null,<ore:stickWood>,null]]);
- // Stone - Works
- recipes.addShaped(<minecraft:stone_hoe>,
- [[<ore:cobblestone>,<ore:cobblestone>,null],
- [null,<ore:stickWood>,null],
- [null,<ore:stickWood>,null]]);
Advertisement
Add Comment
Please, Sign In to add comment