Files
minecraft-assets/data/minecraft/recipes/crafting_table.json
2024-05-07 18:18:06 +02:00

18 lines
269 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:planks"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 1,
"id": "minecraft:crafting_table"
},
"show_notification": false
}