minecraft-assets/data/minecraft/recipes/fletching_table.json

19 lines
264 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"@@",
"##",
"##"
],
"key": {
"#": {
"tag": "minecraft:planks"
},
"@": {
"item": "minecraft:flint"
}
},
"result": {
"item": "minecraft:fletching_table"
}
}