Files
minecraft-assets/data/minecraft/recipes/lectern.json
2022-06-29 18:37:59 +02:00

19 lines
269 B
JSON

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