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

21 lines
316 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"tag": "minecraft:planks"
},
"X": {
"tag": "minecraft:wooden_slabs"
}
},
"pattern": [
"###",
"XXX",
"###"
],
"result": {
"count": 1,
"id": "minecraft:chiseled_bookshelf"
}
}