Added
- Effect Descriptions have been added, allowing for effects 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 Effect Descriptions if not present.
- Descriptions for the Spring Drop.
Fixed
- Tooltips not wrapping on indented text (MerchantCalico)
- Crash with Useful Spyglass on Forge 1.19.2.
Added
- Descriptions for 25w14craftmine.
Changed
- Keybind translation keys.
- Changed auto-wrapper to be more compatible with mods reading Item Descriptions. (@MerchantCalico, @cassiancc)
Fixed
- Typos and wording in Thorns description.
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.
Note: Due to issues with Architectury Loom, support for 2.0 versions on MinecraftForge will be limited.
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.