1
0

grindstone.json 306 B

123456789101112131415161718192021
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "I-I",
  5. "# #"
  6. ],
  7. "key": {
  8. "I": {
  9. "item": "minecraft:stick"
  10. },
  11. "-": {
  12. "item": "minecraft:stone_slab"
  13. },
  14. "#": {
  15. "tag": "minecraft:planks"
  16. }
  17. },
  18. "result": {
  19. "item": "minecraft:grindstone"
  20. }
  21. }