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

18 lines
258 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:planks"
}
},
"pattern": [
"###",
"# #",
"###"
],
"result": {
"item": "minecraft:chest"
},
"show_notification": true
}