Files
minecraft-assets/assets/minecraft/recipes/bookshelf.json
2017-04-15 11:12:58 +00:00

19 lines
251 B
JSON

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