Files
minecraft-assets/data/minecraft/recipes/fletching_table.json
2019-04-06 17:15:10 +00:00

19 lines
264 B
JSON

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