Skip to content

Apothic Tooltip Cleanup v1.2.0 - NeoForge 1.21.1

Choose a tag to compare

@Nightwielder23 Nightwielder23 released this 28 May 10:26
· 23 commits to main since this release

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.