promotional bannermobile promotional banner

Effectification [Effect Unification]

A compatibility mod that unifies similar status effects from different mods to prevent duplication and improve cross-mod compatibility.

File Details

effectification-forge-2.0.3.jar

  • R
  • Feb 26, 2026
  • 126.81 KB
  • 349
  • 1.20.1
  • Forge

File Name

effectification-forge-2.0.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:effectification-1465387:7683171")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added

  • Added debugLogging config option for troubleshooting
    • Disabled by default
    • Shows effect conversion and cache operations when enabled

Fixed

  • Fixed compatibility with custom StatusEffectInstance subclasses (Majrusz's Difficulty and similar mods)
  • Fixed hasEffect() returning incorrect results during effect application
  • Fixed removeStatusEffect() not working in unidirectional mode
  • Fixed infinite loops when source equals target effect

Performance

  • Improved effect ID caching (3 separate caches merged into 1 shared cache)
  • Optimized ThreadLocal operations (changed remove() to set(false), cached get() results)
  • Added instance-level caching for effect type and amplifier conversions
  • Added static lookup cache for hasEffect/getStatusEffect operations
  • Cache automatically clears on config reload