G GameIDs
minecraft · recipes · 1.17.1

Bookshelf

bookshelf

Recipe #971

1.17.1 #6
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "###",
        "XXX",
        "###"
    ],
    "key": {
        "#": {
            "tag": "minecraft:planks"
        },
        "X": {
            "item": "minecraft:book"
        }
    },
    "result": {
        "item": "minecraft:bookshelf"
    }
}