Files
IMoO/recipes_old/fletching_table.json
2022-01-24 20:17:51 +03:00

26 lines
434 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:fletching_table"
},
"tags": [ "crafting_table" ],
"pattern": [
"||",
"##",
"##"
],
"key": {
"|": {
"item": "minecraft:flint"
},
"#": {
"item": "minecraft:planks"
}
},
"result": [
{ "item": "minecraft:fletching_table" }
]
}
}