
Apothic Tooltip Cleanup
Cleans up Apotheosis affix and gem tooltips. Truncate affix lists, compact gem displays, and merge empty sockets.
- Загрузки
- 3K
- Подписчики
- 1
- Обновлён
- 18 июня 2026 г.
- Лицензия
- MIT
Опубликован 10 июня 2026 г.
Apothic Tooltip Cleanup
A client-side Forge 1.20.1 mod that cleans up the affix and gem tooltips Apotheosis adds to weapons, armor, and raw gems. Compatible with Apotheosis, Apotheotic Additions, and Apothic Attributes out of the box. Everything is configurable, every feature can be turned off.
Features
- Truncate affix lists, hold Alt to expand. Configurable to show all, show top N (default 3), or hide all unless Alt is held.
- Compact gem tooltips on raw gems. Four modes: full, compact, ultra, hidden.
- Hide individual gem categories from "Fits In" lists, useful on packs that disable certain weapon types.
- Merge empty sockets on socketed items into one summary line. Mixed sockets are supported: filled gems still render, with the empty count shown below.
- Hide the bonus durability line.
- Hide the Apotheosis affix summary block (Cold, Fire, HP%, Spell Resistance lines).
- Always hide the affix source line.
- Hide the [⌛ MM:SS] cooldown markers and [Stacking] tags on affix lines without touching the affix text. Hold Alt to reveal.
- Strip prefixes from affix names.
- Sort affix lines by rarity, alphabetical, type, or default.
- Hide individual affixes by translation key prefix.
- Hide potion-style affix descriptions.
Configuration
All settings live in config/apothic_tooltip_cleanup-client.toml. The file regenerates from defaults if deleted.
Most hide features use a three mode toggle: show keeps the content fully visible, alt hides it by default and reveals it while Alt is held, and delete hides it permanently with no Alt reveal.
Affix Display
affix_display_mode controls how affixes show on tooltips. Three options: all shows every affix, top_n shows the first N with Alt to expand the rest (default), alt_only hides every affix unless Alt is held.
The "Hold Alt for full details" prompt also appears when other handlers hide content. With durability_bonus_mode set to alt (the default), the prompt shows on durable items even when no affixes were truncated; pressing Alt reveals the durability line.
affix_visible_count is the N for top_n mode. Default 3.
affix_sort_order is one of default, rarity, alphabetical, type.
affix_prefixes_mode controls the affix prefix and suffix Apotheosis adds to the item name, like "Strengthened" or "of the Inferno". show (default) keeps the full name, alt shows the base item name unless Alt is held, delete always shows the base item name.
hidden_affix_ids is a list of translation key prefixes for affixes you want hidden entirely.
Affix Tooltip Lines
The affix source line is always hidden. There is no config option for it.
summarization_mode controls the Apotheosis summary block (Cold, Fire, HP%, Spell Resistance). show keeps it, alt (default) hides it unless Alt is held, delete removes it permanently.
durability_bonus_mode controls the "ignores X% of durability damage" line. show keeps it, alt (default) hides it unless Alt is held, delete removes it permanently.
potion_descriptions_mode controls potion-style affix descriptions. show (default) keeps them, alt hides them unless Alt is held, delete removes them permanently.
affix_extras_mode controls the [⌛ MM:SS] cooldown markers and [Stacking] tags on affix lines; the affix text itself is never touched, only the bracketed annotations. show keeps them, alt (default) hides them unless Alt is held, delete removes them permanently.
Gem Display
gem_tooltip_mode controls raw gem tooltips. full keeps Apotheosis's original layout. compact (default) strips headers and the Unique tag, keeps the bullets, and removes "level to existing" wording. ultra puts categories on one line and bonuses on one line. hidden removes all gem info.
hidden_gem_categories is a list of category names to hide from "Fits In" lists. Case-insensitive. Accepts either id form (["chestplate"]) or rendered name form (["Chestplates"]). Works in full, compact, and ultra modes; no effect when gem_tooltip_mode is hidden since that mode strips all gem info anyway. If every category is hidden, the "Fits In:" header is also dropped. Example: ["Bows", "Crossbows"] on a pack that disables ranged weapons.
Sockets
merge_empty_sockets collapses empty sockets into one summary line. Filled gems still render normally; only the empty rows get merged. Default on.
hide_apoth_marker hides the APOTH_REMOVE_MARKER literal if Apotheosis lets it leak through. Don't enable this unless you actually see it, since it can hide the socket UI on socketed items.
Compatibility
Apotheosis 7.x (soft dependency, the mod does nothing without it) Apotheotic Additions (optional, supported) Apothic Attributes (optional, supported) Fallen Gems & Affixes (tested compatible)
License
MIT, by Nightwielder23.
Ченджлог
1.3.0Релиз1.21.1 · 18 июня 2026 г.
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.
1.3.0Релиз1.19.2 · 18 июня 2026 г.
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.
1.3.0Релиз1.20.1 · 18 июня 2026 г.
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.
1.2.2Релиз1.19.2 · 10 июня 2026 г.
v1.2.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_categories setting now accepts either id form (["chestplate"]) or rendered name form (["Chestplates"]).
Removed
- Removed the broken rarity_colors_enabled config option. It was non-functional.
Notes
- AttributesLib is bundled inside Apotheosis 6.x at the shadows.apotheosis.core.attributeslib package, 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.
1.2.2Релиз1.21.1 · 10 июня 2026 г.
v1.2.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_categories setting now accepts either id form (["chestplate"]) or rendered name form (["Chestplates"]).
- Moved isGem to TooltipMatcher for internal consistency.
Removed
- Removed the broken rarity_colors_enabled config option. It was non-functional.
Internal
- Added displayTest = "IGNORE_SERVER_VERSION" to neoforge.mods.toml so client-only installs no longer trigger a version mismatch on servers.
1.2.2Релиз1.20.1 · 10 июня 2026 г.
v1.2.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_categories setting now accepts either id form (["chestplate"]) or rendered name form (["Chestplates"]).
- Moved isGem to TooltipMatcher for internal consistency.
Removed
- Removed the broken rarity_colors_enabled config option. It was non-functional.
Internal
- Added displayTest = "IGNORE_SERVER_VERSION" to mods.toml so client-only installs no longer trigger a version mismatch on servers.
Комментарии
Загружаем…