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

15 lines
203 B
JSON

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