Skip to content

Apothic Tooltip Cleanup v1.2.2 - Forge 1.20.1

Choose a tag to compare

@Nightwielder23 Nightwielder23 released this 04 Jun 01:54
· 2 commits to main since this release

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.

Requirements

  • Apotheosis 7.x