Lectern
minecraft:lectern

Lectern

Minecraft · by Mojang Studios
block Axe Mineable

Acquisition

Crafting using Any Wooden Slabs, Any Wooden Slabs, Any Wooden Slabs, Bookshelf and Any Wooden Slabs, arranged in the pattern shown. Produces Lectern.

Crafting
Lectern Lectern guaranteed

Crafting using Any Wooden Slabs, Any Wooden Slabs, Any Wooden Slabs, Skyroot Bookshelf and Any Wooden Slabs, arranged in the pattern shown. Produces Lectern.

Crafting
Lectern Lectern guaranteed

Mining & drops

sourcecountchanceconditions
Lectern1–1100%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
}