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

19 lines
269 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
" B ",
" S "
],
"key": {
"S": {
"tag": "minecraft:wooden_slabs"
},
"B": {
"item": "minecraft:bookshelf"
}
},
"result": {
"item": "minecraft:lectern"
}
}