G GameIDs
minecraft · recipes · 1.18.2

Lectern

lectern

Recipe #176

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