File Details
effectification-fabric-2.0.0.jar
- R
- Feb 24, 2026
- 132.09 KB
- 4
- 1.20.1
- Fabric
File Name
effectification-fabric-2.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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.jsonwill be automatically migrated on first launch - Migrated config is backed up to
effect_mappings.json.old - New config location:
config/effectification/effectification.toml
- Old
- Improved GUI for effect mappings with better summaries and tooltips
- Replaced System.out.println with centralized EffectificationLogger

