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

20 lines
286 B
JSON

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