Releases: Nightwielder23/apothic-tooltip-cleanup
Releases · Nightwielder23/apothic-tooltip-cleanup
Release list
Apothic Tooltip Cleanup v1.3.0 - NeoForge 1.21.1
v1.3.0
Changes
- Kept the "When Socketed in:" header in compact gem mode.
- Preserved the original bonus colors in compact gem mode instead of the colors always being gold.
- Showed "When Socketed in:" inline on the ultra mode bonus bullet.
- Reduced the affix sort options to alphabetical and default.
- Added a warning log when the socket compactor cannot read Apotheosis internals.
Fixed
- Fixed cooldown and stacking markers not hiding on nested gem bonuses like bloody arrow, treasure goblin, fortification, and leech block.
- Fixed several bullet-handling features (marker hide, sort, top_n truncation) skipping affix lines that used the star prefix in Apotheosis 8.x.
Apothic Tooltip Cleanup v1.3.0 - Forge 1.20.1
v1.3.0
Changes
- Kept the "When Socketed in:" header in compact gem mode.
- Preserved the original bonus colors in compact gem mode instead of the colors always being gold.
- Showed "When Socketed in:" inline on the ultra mode bonus bullet.
- Reduced the affix sort options to alphabetical and default.
- Added a warning log when the socket compactor cannot read Apotheosis internals.
Fixed
- Fixed cooldown and stacking markers not hiding on nested gem bonuses like bloody arrow, treasure goblin, fortification, and leech block.
Apothic Tooltip Cleanup v1.3.0 - Forge 1.19.2
v1.3.0
Added
- Added the socketed_line_mode setting, which hides the "Socketed (X)" affix line unless Alt is held.
Changes
- Reduced the affix sort options to alphabetical and default.
- Added a warning log when the socket compactor cannot read Apotheosis internals.
Fixed
- Fixed cooldown and stacking markers not hiding on nested gem bonuses like bloody arrow, treasure goblin, fortification, and leech block.
Apothic Tooltip Cleanup v1.2.2 - NeoForge 1.21.1
Maintenance release with three fixes and a config simplification.
Fixes
- Gem bonus category filtering now applies correctly on socketed items, not just raw gems.
- The garbled marker character on socket lines now renders correctly across all locales.
- Prefix deletion in
affix_prefixes_mode = "delete"now actually strips the prefix and renders the base item name.
Changes
- Unified gem category filtering across the full, compact, and ultra gem modes. The
hidden_gem_categoriessetting now accepts either id form (["chestplate"]) or rendered name form (["Chestplates"]). - Moved
isGemtoTooltipMatcherfor internal consistency.
Removed
- Removed the broken
rarity_colors_enabledconfig option. It was non-functional.
Internal
- Added
displayTest = "IGNORE_SERVER_VERSION"toneoforge.mods.tomlso client-only installs no longer trigger a version mismatch on servers.
Requirements
- Apotheosis 8.x
Apothic Tooltip Cleanup v1.2.2 - Forge 1.20.1
Maintenance release with three fixes and a config simplification.
Fixes
- Gem bonus category filtering now applies correctly on socketed items, not just raw gems.
- The garbled marker character on socket lines now renders correctly across all locales.
- Prefix deletion in
affix_prefixes_mode = "delete"now actually strips the prefix and renders the base item name.
Changes
- Unified gem category filtering across the full, compact, and ultra gem modes. The
hidden_gem_categoriessetting now accepts either id form (["chestplate"]) or rendered name form (["Chestplates"]). - Moved
isGemtoTooltipMatcherfor internal consistency.
Removed
- Removed the broken
rarity_colors_enabledconfig option. It was non-functional.
Internal
- Added
displayTest = "IGNORE_SERVER_VERSION"tomods.tomlso client-only installs no longer trigger a version mismatch on servers.
Requirements
- Apotheosis 7.x
Apothic Tooltip Cleanup v1.2.2 - Forge 1.19.2
Maintenance release with three fixes and a config simplification.
Fixes
- Gem bonus category filtering now applies correctly on socketed items, not just raw gems.
- The garbled marker character on socket lines now renders correctly across all locales.
- Prefix deletion in
affix_prefixes_mode = "delete"now actually strips the prefix and renders the base item name.
Changes
- Unified gem category filtering across the full, compact, and ultra gem modes. The
hidden_gem_categoriessetting now accepts either id form (["chestplate"]) or rendered name form (["Chestplates"]).
Removed
- Removed the broken
rarity_colors_enabledconfig option. It was non-functional.
Notes
- AttributesLib is bundled inside Apotheosis 6.x at the
shadows.apotheosis.core.attributeslibpackage, not a separate mod. No extra dependency setup needed. - The "When Socketed In" gem bonus block compaction is 7.x-only and not available on 1.19.2, since Apotheosis 6.x renders that block differently. The "Fits In" category compaction works normally.
Requirements
- Apotheosis 6.5.2 or newer
Apothic Tooltip Cleanup v1.2.1 - Forge 1.19.2
Initial port of Apothic Tooltip Cleanup to 1.19.2 Forge.
Matches the 1.20.1 Forge and 1.21.1 NeoForge versions in features, with two notes for Apotheosis 6.x.
Notes
- AttributesLib is bundled inside Apotheosis 6.x at the
shadows.apotheosis.core.attributeslibpackage, not a separate mod. No extra dependency setup needed. - The "When Socketed In" gem bonus block compaction is 7.x-only and not available on 1.19.2, since Apotheosis 6.x renders that block differently. The "Fits In" category compaction works normally.
Requirements
- Apotheosis 6.5.2 or newer
Apothic Tooltip Cleanup v1.2.1 - NeoForge 1.21.1
Fixes
- Fixed gem category filtering not properly hiding categories in
fullmode for items with multi-category bullets. - Fixed gem detection missing certain gem tooltip layouts, which caused their category lines to get truncated as if they were affixes.
Apothic Tooltip Cleanup v1.2.1 - Forge 1.20.1
Fixes
- Fixed gem category filtering not properly hiding categories in
fullmode for items with multi-category bullets. - Fixed gem detection missing certain gem tooltip layouts, which caused their category lines to get truncated as if they were affixes.
Apothic Tooltip Cleanup v1.2.0 - NeoForge 1.21.1
Features
- Added 3-mode toggles for hide features. Each hideable feature now accepts
show,alt, ordelete. Show keeps the feature visible, alt hides it until you hold Alt, delete hides it permanently. - New config:
affix_extras_mode(replaceshide_affix_extras, defaultalt) - New config:
durability_bonus_mode(replaceshide_durability_bonus, defaultalt) - New config:
summarization_mode(replacesdisable_summarization, defaultalt) - New config:
potion_descriptions_mode(replacesdisable_potion_descriptions, defaultshow) - New config:
affix_prefixes_mode(replacesclean_affix_prefixes, defaultshow)
Fixes
- Hold Alt prompt now inserts mid-tooltip above the attribute block instead of appending at the end where tall tooltips clipped it off-screen.
affix_display_modenow defaults toall, so all affixes show by default.
Misc
- Source line ("Affixes by Apotheosis") is now always hidden, no config option.
- Breaking config change: old boolean keys are no longer read. Configs regenerate with the new keys on first launch, custom configs need to be migrated manually.
- Updated README to reflect the new config names and 3-mode system.