Disenchanter Minecraft



Disenchanter is a block added by the Draconic Evolution mod. It can be used to remove enchantments from items. This is achieved by placing an enchanted item and a book in its GUI. The enchantment will be moved to the book after pressing the button in the GUI.

Disenchanter

1.14 added the Grindstone. This tool allows you to wipe enchantments off of tools, which drops the approximate EXP the enchantments cost when you do so. Unfortunately, if you were looking to keep that enchantment on, say, a book, you’re going to n. Like all Rat Upgrades, it can be applied to a rat by placing it in the upgrade slot in the Rat Menu. Minecraft 1.15.2: How to disenchant itemsBecome A Member - Discord - https://discord.gg/d62Fe.

Disenchanter
Name Disenchanter
Source Mod Draconic Evolution
ID Name
DraconicEvolution:dissEnchanter
Type Block
Stackable Yes (64)
Blast Resistance 30.0
Hardness 5.0
Solid Yes
Transparent No
Affected by Gravity No
Emits Light No
Flammable No
Required Tool

Disenchanter is a block added by the Draconic Evolution mod. It can be used to remove enchantments from items. This is achieved by placing an enchanted item and a book in its GUI. The enchantment will be moved to the book after pressing the button in the GUI. This process costs a certain amount of experience, as well as cause damage to the item that is being disenchanted. The damage caused to the item can be reduced by placing Bookcases or charged draconium blocks around the Disenchanter.

Recipe[edit]


Usage[edit]

Disenchanter has no known uses in crafting.

Minecraft
v·d·eDraconic Evolution
Devices
Dislocation
Admin DislocatorDislocator PedestalDislocator ReceptacleDraconium Infused Obsidian
Advanced Energy RelayAdvanced Energy TransceiverAdvanced Wireless TransceiverDraconic Flux CapacitorDraconic Reactor CoreEnergy CoreEnergy PylonEnergy RelayEnergy TransceiverGeneratorReactor Energy InjectorReactor StabilizerWireless Energy TransceiverWyvern Flux Capacitor
Advanced Player DetectorCreative Key StoneDisenchanterEnergy InfuserFluid GateFlux GateFusion Crafting CoreFusion Crafting CoreBasic Fusion Crafting InjectorBasic Fusion Crafting Injector ( WyvernWyvernDraconicDraconicChaoticChaotic ) • Mob GrinderParticle GeneratorPlayer DetectorPotentiometerRain SensorStabilized Mob SpawnerSun DialUpgrade ModifierWeather Controller
Resurrection Stone
Draconic Chest
Resources
Blocks
Awakened Draconium BlockCharged Draconium BlockDraconium Block
Awakened CoreChaotic CoreDraconic CoreDraconic Energy CoreReactor Stabilizer FrameReactor Stabilizer Focus RingReactor Stabilizer Inner RotorReactor Stabilizer Outer RotorReactor Stabilizer Rotor AssemblySolar FocusWyvern CoreWyvern Energy Core
Draconium Ore ( NetherEnder )
Chaos ShardDraconium DustDragon Heart
Awakened Draconium IngotAwakened Draconium NuggetDraconium IngotDraconium Nugget
Utilities
Armor
Draconic BootsDraconic ChestplateDraconic HelmDraconic LeggingsWyvern BootsWyvern ChestplateWyvern HelmWyvern Leggings
Draconic Evolution Information TabletKeyMob SoulSpawn
Box of Safety MatchesCharm of DislocationCrystal BinderDistortion FlameDraconic AxeDraconic HoeDraconic PickaxeDraconic ShovelDraconic Staff of PowerEnhanced Charm of DislocationPickaxe of the WyvernSafety MatchShovel of the Wyvern
Bow of the WyvernEnder ArrowDraconic BowDraconic SwordSword of the Wyvern
Other Topics
Dislocation
Enchants
Energy
Draconic ReactorEnergy NetEnergy Storage Multiblock
Ritual of Draconic AwakeningRitual of Draconic Resurrection
Chaos IslandEnder Comet

View All FTB Twitter Feed

17 Apr - RT @FTB_Team: Interested in joining the FTB Beta Testing Team? apply here: https://t.co/w9oKQnCAOO
Minecraft
14 Apr - Interested in joining the FTB Beta Testing Team? apply here: https://t.co/w9oKQnCAOO
5 Apr - RT @FTB_Team: We've just released our latest Marketplace Map! Glimmerfrost Tarn, a massive survival spawn mountain with tons to explore!…
30 Mar - We've just released our latest Marketplace Map! Glimmerfrost Tarn, a massive survival spawn mountain with tons to… https://t.co/LIwLIeVo1M

Discussion

Disenchanter
To discuss the topics on this wiki, you can visit our community forums!

Disenchanter - 1.7 for 1.12

Uploaded byimpelon
Game Version1.12.2
Downloads615,384

Changelog

First and foremost, what do you need to take into consideration when updating from version 1.6 to 1.7? Here is a list:

- ids, nbt, etc. remain the same, so no need to worry about disappearing blocks
- config-options have been renamed, so I recommend deleting any old configurations for this mod and editing the new one; here is a short list of changes:
- options to enable/disable crafting-recipes have been moved into their own category ('crafting')
- option to check version on startup has been removed, as disenchanter uses the forge update checker for this task now
- the 'general'-config category has been removed
- 'MaxDurabilityDamageReduceable' has been renamed to 'MaxDurabilityDamageReducible', as that is the correct spelling

Disenchanter Minecraft

changelog:

Disenchanter

Disenchanter Minecraft Craft

  • add Jar of Experience which can be used to convert enchantments into experience, add upgrades for this jar (closing #46)
  • add cycling table variant/upgrade which allows to gain transferred enchantments in any order
  • rework major core parts of source code, overall huge improvement towards making code more maintainable and avoiding future bugs
  • switch to Forge's capability-, annotation-based configuration- and updater-systems
  • switch to Minecraft's new recipe- and advancement-system, making recipes customizable
  • add options to disable certain items and enchantments from being used
  • add option to disable curse-enchantments from being used
  • add options to configure position and visibility (flipped, invisible) of the book above the disenchantment table
  • add option to show the upgrades of the table when viewing the GUI
  • fix enchantment-loss, now it is actually usable, aka. fix#54
  • fix issues related to disenchantment tables with custom names, aka. fix#55, fix#56
  • fix#47 in a better, more permanent way, therefore enabling dropping of items from the GUI again
  • fix items with no durability being destroyed, aka. fix#39, fix#51
  • fix issues related to automatic disenchantment table, aka. fix#44, fix#50, fix#35, fix#36, fix#34