Files
minecraft-assets/data/minecraft/recipes/crafting_table.json
2018-12-21 06:38:40 +00:00

15 lines
193 B
JSON

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