promotional bannermobile promotional banner

Attributification [Attribute Unification]

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

File Details

attributification-fabric-2.0.0.jar

  • R
  • Feb 25, 2026
  • 126.56 KB
  • 5
  • 1.20.1
  • Fabric

File Name

attributification-fabric-2.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:attributification-1465383:7675949"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 unidirectional configuration field (replaces old bidirectional with 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 (was attribute_mappings.json)
  • Old JSON config is automatically backed up to attribute_mappings.json.old after migration
  • BREAKING: Replaced bidirectional field with unidirectional (inverted logic, default: false)
    • Old: bidirectional: true (default) → New: unidirectional: false (default)
    • Old: bidirectional: false → New: unidirectional: true
    • Migration handles this automatically