Enchanting Table
minecraft:enchanting_table

Enchanting Table

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Crafting using Book, Diamond, Obsidian, Diamond, Obsidian, Obsidian and Obsidian, arranged in the pattern shown. Produces Enchanting Table.

Crafting
Enchanting Table Enchanting Table guaranteed

Mining & drops

sourcecountchanceconditions
Enchanting Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:enchanting_table
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " B ",
    "D#D",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:obsidian"
    },
    "B": {
      "item": "minecraft:book"
    },
    "D": {
      "item": "minecraft:diamond"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}