promotional bannermobile promotional banner

Apothic Tooltip Cleanup

Cleans up Apotheosis affix and gem tooltips. Truncate affix lists, compact gem displays, and merge empty sockets.

File Details

Apothic Tooltip Cleanup 1.2.2 Forge (1.19.2)

  • R
  • Jun 4, 2026
  • 39.98 KB
  • 24
  • 1.19.2
  • Forge

File Name

apothic_tooltip_cleanup-1.2.2.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:apothic-tooltip-cleanup-1536956:8193894")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.

Requirements

  • Apotheosis 6.5.2 or newer