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

  • R
  • Feb 24, 2026
  • 131.81 KB
  • 8
  • 1.20.1
  • Forge

File Name

effectification-forge-2.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Added

  • Added full Fabric support alongside existing Forge support
  • Added in-game GUI for editing effect mappings (powered by fzzyconfig)
  • Added amplifier overflow protection (clamped to 0-255 range)
  • Added platform-specific default configurations
    • Fabric: empty defaults (users configure their own mappings)
    • Forge: comprehensive wildcards with fallback logic

Changed

  • BREAKING: Migrated from JSON to TOML configuration format
    • Old config/effectification/effect_mappings.json will be automatically migrated on first launch
    • Migrated config is backed up to effect_mappings.json.old
    • New config location: config/effectification/effectification.toml
  • Improved GUI for effect mappings with better summaries and tooltips
  • Replaced System.out.println with centralized EffectificationLogger