promotional bannermobile promotional banner

Disenchanter (The Disenchanter Mod)

A small Mod adding a block to disenchant Items

File Details

Disenchanter - 1.7 for 1.12

  • R
  • Nov 14, 2020
  • 166.72 KB
  • 1.7M
  • 1.12.2+1

File Name

disenchanter[1.12]1.7.jar

Supported Versions

  • 1.12.2
  • 1.12

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

 

changelog:

  • 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