melon.json 213 B

12345678910111213141516
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "MMM",
  5. "MMM",
  6. "MMM"
  7. ],
  8. "key": {
  9. "M": {
  10. "item": "minecraft:melon_slice"
  11. }
  12. },
  13. "result": {
  14. "item": "minecraft:melon"
  15. }
  16. }