Files
minecraft-assets/data/minecraft/recipes/chest.json
2024-02-06 19:46:33 +01:00

17 lines
229 B
JSON

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