Skip to content

Releases: Nightwielder23/apothic-tooltip-cleanup

Apothic Tooltip Cleanup v1.3.0 - NeoForge 1.21.1

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

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.

Requirements

  • Apotheosis 8.x

Apothic Tooltip Cleanup v1.2.2 - Forge 1.20.1

Choose a tag to compare

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

Apothic Tooltip Cleanup v1.2.2 - Forge 1.19.2

Choose a tag to compare

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

Apothic Tooltip Cleanup v1.2.1 - Forge 1.19.2

Choose a tag to compare

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.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

Apothic Tooltip Cleanup v1.2.1 - NeoForge 1.21.1

Choose a tag to compare

@Nightwielder23 Nightwielder23 released this 30 May 01:48

Fixes

  • Fixed gem category filtering not properly hiding categories in full mode 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

Choose a tag to compare

@Nightwielder23 Nightwielder23 released this 30 May 01:47

Fixes

  • Fixed gem category filtering not properly hiding categories in full mode 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

Choose a tag to compare

@Nightwielder23 Nightwielder23 released this 28 May 10:26

Features

  • Added 3-mode toggles for hide features. Each hideable feature now accepts show, alt, or delete. Show keeps the feature visible, alt hides it until you hold Alt, delete hides it permanently.
  • New config: affix_extras_mode (replaces hide_affix_extras, default alt)
  • New config: durability_bonus_mode (replaces hide_durability_bonus, default alt)
  • New config: summarization_mode (replaces disable_summarization, default alt)
  • New config: potion_descriptions_mode (replaces disable_potion_descriptions, default show)
  • New config: affix_prefixes_mode (replaces clean_affix_prefixes, default show)

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_mode now defaults to all, 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.