stone_shovel.json 264 B

12345678910111213141516171819
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "X",
  5. "#",
  6. "#"
  7. ],
  8. "key": {
  9. "#": {
  10. "item": "minecraft:stick"
  11. },
  12. "X": {
  13. "item": "minecraft:cobblestone"
  14. }
  15. },
  16. "result": {
  17. "item": "minecraft:stone_shovel"
  18. }
  19. }