minecraft-src/data/minecraft/recipe/carrot_on_a_stick.json
2025-07-04 02:00:41 +03:00

16 lines
No EOL
255 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:fishing_rod",
"X": "minecraft:carrot"
},
"pattern": [
"# ",
" X"
],
"result": {
"count": 1,
"id": "minecraft:carrot_on_a_stick"
}
}