Crafting using Any Wooden Slabs, Any Wooden Slabs, Any Wooden Slabs, Bookshelf and Any Wooden Slabs, arranged in the pattern shown. Produces Lectern.
Lectern
Minecraft · by Mojang Studios
Acquisition
Crafting using Any Wooden Slabs, Any Wooden Slabs, Any Wooden Slabs, Skyroot Bookshelf and Any Wooden Slabs, arranged in the pattern shown. Produces Lectern.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Lectern | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:lectern- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:blocks/mineable/axe
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
" B ",
" S "
],
"ingredients": {
"B": {
"item": "minecraft:bookshelf"
},
"S": {
"tag": "minecraft:wooden_slabs"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
" B ",
" S "
],
"ingredients": {
"B": {
"item": "aether:skyroot_bookshelf"
},
"S": {
"tag": "minecraft:wooden_slabs"
}
},
"conditions": [],
"sequence": null,
"group_name": "minecraft:lectern",
"experience": null,
"cooking_time": null
}

