Files
minecraft-assets/data/minecraft/recipes/bookshelf.json
2024-04-22 09:53:17 +02:00

21 lines
300 B
JSON

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