Disenchanter
draconicevolution:disenchanter

Disenchanter

Draconic Evolution · by brandon3055
block Pickaxe Mineable

Acquisition

Crafting using Any Emerald Gem, Draconium Core, Any Emerald Gem, Enchanted Book, Enchanting Table, Enchanted Book, Bookshelf, Bookshelf and Bookshelf, arranged in the pattern shown. Produces Disenchanter.

Crafting
Disenchanter Disenchanter guaranteed

Mining & drops

sourcecountchanceconditions
Disenchanter1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ABA",
    "CDC",
    "EEE"
  ],
  "ingredients": {
    "A": {
      "tag": "forge:gems/emerald"
    },
    "B": {
      "item": "draconicevolution:draconium_core"
    },
    "C": {
      "item": "minecraft:enchanted_book"
    },
    "D": {
      "item": "minecraft:enchanting_table"
    },
    "E": {
      "item": "minecraft:bookshelf"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}