Files
minecraft-assets/data/minecraft/recipe/chest.json
2024-06-13 21:50:08 +02:00

18 lines
243 B
JSON

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