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

16 lines
207 B
JSON

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