File Details
attributification-forge-2.0.0.jar
- R
- Feb 25, 2026
- 126.35 KB
- 11
- 1.20.1
- Forge
File Name
attributification-forge-2.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Added
- Added Fabric support (mod now works on both Fabric and Forge)
- Added in-game configuration GUI powered by fzzy_config
- Added automatic migration from old JSON config to new TOML format
- Added client-server config synchronization
- Added
unidirectionalconfiguration field (replaces oldbidirectionalwith inverted logic)
Changed
- Major refactoring: Migrated to fzzy_config library for configuration management
- Config format changed from JSON to TOML
- Config file location:
config/attributification/attributification.toml(wasattribute_mappings.json) - Old JSON config is automatically backed up to
attribute_mappings.json.oldafter migration - BREAKING: Replaced
bidirectionalfield withunidirectional(inverted logic, default: false)- Old:
bidirectional: true(default) → New:unidirectional: false(default) - Old:
bidirectional: false→ New:unidirectional: true - Migration handles this automatically
- Old:

