G GameIDs
minecraft · recipes · 1.21.11

Enchanting Table

enchanting_table

Recipe #615

1.21.11 #1
{
    "type": "minecraft:crafting_shaped",
    "category": "misc",
    "key": {
        "#": "minecraft:obsidian",
        "B": "minecraft:book",
        "D": "minecraft:diamond"
    },
    "pattern": [
        " B ",
        "D#D",
        "###"
    ],
    "result": {
        "count": 1,
        "id": "minecraft:enchanting_table"
    }
}