- new upgrade system
- port to 1.20.1
fix incorrect cost calculation
- port to 1.19.4
- fix forge creative tab crash
THIS UPDATE WILL RESET YOUR CONFIG, MAKE BACKUPS BEFORE LOADING
- port newer features to this version
- overhaul of the config format
- multiple new config options
- support for wildcards and tags in configs
- update blockmodel and recipe
THIS UPDATE WILL RESET YOUR CONFIG, MAKE BACKUPS BEFORE LOADING
- port newer features to this version
- overhaul of the config format
- multiple new config options
- support for wildcards and tags in configs
- port to 1.19.3
- ToolLeveling Table is now in the creative tab of functional blocks
- extended the
/toollevelingcommand/toolleveling githubshows the url to the github page/toolleveling discordshows the url to the discord server/toolleveling wikishows the url to the wiki/toolleveling issuesshows the url to the issues page/toolleveling curseforgeshows the url to the curseforge page/toolleveling modrinthshows the url to the modrinth page
- port to 1.19.2
- fix error where whitelisted enchantment could be leveled above the enchantment cap
- add additional message for enchantments that are not whitelisted
Version 1.19 - 1.4.0 Config-Update
- IMPORTANT: if you have customized your config, you need to backup the config before updating the mod
- filter out items while parsing the
item_values.json- this way there are proper messages in the log for items that are not valid as payment items
- currently filters out items that are enchantable or damageable
- enchantment modifier are now allowed in range [0, Double.MAX_VALUE] instead of [1, Double.MAX_VALUE]
- overhaul the format of the config files
- config options are now grouped better together
- renamed all options to use snake_case instead of camelCase
- add new config option
global_minimum_enchantment_level- can be used to set a minimum level for all enchantments before they can be leveled in the tool leveling table
- add new config option
minimum_enchantment_levels- can be used to set a minimum level for specific enchantment before it can be leveled in the tool leveling table
- for example: can be used to allow minecraft:sharpness to be leveled only if the enchantment level is already at level X
- if both
global_minimum_enchantment_levelandminimum_enchantment_levelsare set, the higher of the two will be used - update in-game mod icon to the newer blockmodel
- add new command
/toolleveling config info <config>to display links to the config-explanation - create consistent formatting for command responses
- fix error
toolleveling failed to load correctly- requires forge to be greater than 41.0.95


