Changed
- fixed durability tooltips appearing on all items
- added an item tag ("#item_tooltips:util/no_durability_tooltip") to force-disable durability tooltips on a given item
What's New
- highly configurable durability tooltips
- mining speed tooltip
- misc improvements
Changed
- added durability tooltips, which display item durability
- this is heavily customisable - including various styles, division text and color
- added a mining speed tooltip
- the retain empty space feature has been redone to be much more compatible with other mods
- the config screen can now be accessed in-game on NeoForge
- refactored
ScreenHelperand deprecated old / redundant methods and variables - other mods can now append Item Tooltips' list of mods which auto-disable enchantment tooltips through
ItemTooltips.addEnchantmentTooltipMod
Config
- added new
itemsconfig category- added
durabilitysub-categorydurability_tooltiplets you decide how durability should be shown, if at allmax_durability_tooltiplets you decide how max durability should be showndivision_textlets you customise the text used between durability and max durability on an itemcolorchanges the color of the tooltip
mining_speed_tooltiplets you enable/disable the mining speed tooltip, which is shown below attack damage and attack speed
- added
Changed
- Cloth Config screens now use Item Tooltips' wrapping at all times, without wrapping overlap
- improved the checking of whether tooltips should be wrapped
Integration
- re-added disabling of Fabric JEI's tooltip wrapping in favour of Item Tooltips'
Changed
- updated to Unified API 26.1-b4.0
Changed
- ported to 26.1
- multiloader (fabric + neoforge) releases going forward
Notes
- now depends on Unified API
Changed
- all enchantments with a max level greater than one now display their level next to their name, even when the current level is only one
Changed
- fixed the enchantment shift notice not applying to enchanted books when the notice is enabled in the config
- fixed the enchantment shift notice leaving a one-line gap when shift is held in certain situations
Notes
- reupload of v1.5.2 to fix modrinth maven / dependency version
Changed
- fixed custom Blessing name colors
- removed deprecated ScreenUtil class
Changed
- fixed custom enchantment name colors displaying the wrong color and/or not displaying the enchantment level
What's New
- multi-line text alignment
- custom enchantment name colours
- force-retain space after tooltips are appended
- config refactor
Changed
- replaced prefix wrapping with wrapped text alignment
- added new config options to customise the name colours of Blessings, Enchantments & Curses
- the empty space is now retained by default between item / enchantment descriptions and attribute tooltips
- TooltipWrapper has been expanded and renamed into TooltipHelper
- fixed the shift notice displaying on every item if enchantment shift notices were set to on (defaults to off)
Config
- prefix configs are now sub-sections within the description and enchantment configs
- the new enchantment name configs are a sub-section within the enchantment config
- added / changed config options for all new feature additions
Changed
- added JEI integration, so that JEI doesn't attempt to wrap tooltips whilst Item Tooltips wrapping is enabled
- deprecated ScreenUtil in favour of ScreenHelper - ScreenUtil will be removed in 26.1-r1.0

