Added
- Enchantment Descriptions have been added, allowing for enchantments to be described in a consistent style. This is automatically disabled when other mods with the same feature are present.
- Item Descriptions primarily uses its own keys, but will fall back to ones designed for Enchantment Descriptions if not present.
- Tooltips are now wrapped based off of pixel width, instead of number of characters. This should make their length more consistent. (@sisby-folk)
- Tags are now sorted based off mod namespaces, not just length. Modded tags are assumed to be the most specific, followed by vanilla tags, followed by common tags. This should fix some odd tagging behaviour with blocks like wool and items like swords and axes.
- Entity style translation keys now work for blocks and items as well, allowing for more specific key matching. This is primarily useful for matching against blocks and items with the same identifier. (
block.minecraft.oak_sign.description
instead oflore.minecraft.oak_sign
)
Changed
- Hinting is no longer shown when an item has no available key.
- Cleaned up large parts of internal logic.
Fixed
- New wrapping logic should prevent double wrapping in EMI.
- Missing tool tag descriptions on Fabric 1.19 and 1.20.
Removed
- Legacy string matching code.
Added
- A new config option to hint at how to use the mod, showing a configurable tooltip that there's more information about the item that can be learned by holding down a key.
- This is fully configurable, disabled by default, and the text is resource pack driven.
- Show translation keys debug tool now supports Jade and WTHIT.
- Documented the new Alt behaviour for show translation key debug tool.
- Fix more typos.
Fixed
- Untranslated paintings now fall back correctly.
Added
- Show translation keys debug tool will now translate keys when Alt is held.
- Additional convention tags for some modded blocks and items.
- On 1.21 and above, ability to use custom painting variant descriptions.
- On 1.21 and above, support for Polymer's custom items and blocks.
- Where possible, blocks with visible contents now show the description of the item inside, not their own descriptions.
- This includes Item Frames.
- This includes Fast Item Frames.
- This includes Glowcase Item Display Entities.
Fixed
- Incorrect descriptions on leaves, swords, and axes.