Files
minecraft-assets/data/minecraft/recipes/fletching_table.json
2022-06-29 18:37:59 +02:00

19 lines
264 B
JSON

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