27 lines
431 B
JSON
27 lines
431 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:carrot_on_a_stick"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"# ",
|
|
" X"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:fishing_rod"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:carrot"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:carrotonastick"
|
|
}
|
|
}
|
|
}
|