Description
General
Allows the sorting of enchantments with some extra features:
- Display of the max. level the enchantment can reach
- Custom formatting for max. level enchantments, treasure enchantments and curses
Configuration
Ingame Configuration
The configuration entries should explain their functionality themselves for the most part - the exception is the Style configuration
It is defined as key:value,key:value with the following keys:
- color (hex color code like
#12345or named minecraft colors likegold) - bold (boolean)
- italic (boolean)
- underlined (boolean)
- strikethrough (boolean)
- obfuscated (boolean)
Example: color:#9834,bold:true (If the config is left empty no custom style will be applied)
Override Configuration
This configuration will get created with all existing enchantments when datapacks are (re)loaded (if the file does not exist yet)
With it you can define a custom max. enchantment level that will be used for display and sorting purposes (in case this is needed)
It also allows you to define a custom sequence which will be respected before any other sorting logic - if the sequence between two entries is the same, the normal sorting logic will apply
Compatibility
The mod has been tested with:
- The
enableCurseFormattingconfig / feature causes issues due to how it modifies the shown enchantment name in the description - it is recommended to turn it off


