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

17 lines
229 B
JSON

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