- 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.
- Updated to 1.19.3.
- 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).
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).
- Fixed some vanilla behaviour being changed by the mod.
- Updated to 1.19.
- Fixed some vanilla behaviour being changed by the mod.
- 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.
- Added a configuration file (at
.minecraft/config/grindenchantments.json
). - With this config, you can disable some features of the mod, or change the enchantment cost.
- A file with the default configuration is generated if no config file was found.
- Updated to 1.17.1 (no changes)
-
Dependency on Tax Free Levels is now using Jitpack (this makes no difference for the built mod).
-
Use a different mixin for showing the enchantment cost in the grindstone (mixin to GrindstoneScreen, rather than HandledScreen).
- Updated to 1.16.3
- Added support for Fair Enchanting.