1
0

carrot_on_a_stick.json 263 B

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