MineAssets/1.12.2/assets/minecraft/recipes/carrot_on_a_stick.json
2024-12-17 02:08:01 +03:00

18 lines
253 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"# ",
" X"
],
"key": {
"#": {
"item": "minecraft:fishing_rod"
},
"X": {
"item": "minecraft:carrot"
}
},
"result": {
"item": "minecraft:carrot_on_a_stick"
}
}