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

21 lines
315 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"tag": "minecraft:planks"
},
"X": {
"item": "minecraft:book"
}
},
"pattern": [
"###",
"XXX",
"###"
],
"result": {
"item": "minecraft:bookshelf"
},
"show_notification": true
}