- The config is now versioned to allow for future changes without breaking old configs.
- The config format has not been changed, though; you can simply add the
version: 2
field (orversion: 1
, in which case it will be automatically updated to version 2) to keep using an existing config.
Note that this version does not support Tax Free Levels for now.
2.0.0 Beta 2:
- Fixed vanilla function of the grindstone not working correctly.
2.0.0 Beta 1:
- Rewrote parts of the mod's implementation.
- Changed config (breaking change).
- Changed default enchantment cost calculation (this should make both disenchanting and moving enchantments generally more expensive).
- Updated to 1.18.2.
- Updated Tax Free Levels dependency.
- Added config option to allow moving and removing of curses (
allow_removing_curses
). - Added an option to show the enchantment cost in the item stack's lore, intended for dedicated servers where players don't have the mod installed (disabled by default).
- Added an option to consume the item when disenchanting.
- No longer create an empty enchanted book when an item has only curses applied to it (fixes #14).
- The game no longer crashes when trying to move enchantments from a book with more than one curse.
- The game no longer crashes if the config file could not be decoded correctly.
Note: This release also works in the 1.18 experimental snapshots.