G GameIDs
minecraft · recipes · 26.1.2

Enchanting Table

enchanting_table

Recipe #615

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