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

16 lines
197 B
JSON

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