cookie.json 258 B

123456789101112131415161718
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "#X#"
  5. ],
  6. "key": {
  7. "#": {
  8. "item": "minecraft:wheat"
  9. },
  10. "X": {
  11. "item": "minecraft:cocoa_beans"
  12. }
  13. },
  14. "result": {
  15. "item": "minecraft:cookie",
  16. "count": 8
  17. }
  18. }