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

  • R
  • Feb 28, 2026
  • 123.17 KB
  • 18
  • 1.20.1
  • Fabric

File Name

attributification-fabric-2.0.3.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Fixed

  • Fixed fullReplacement mode not properly freezing source attribute
  • Fixed fullReplacement allowing modifiers to affect source attribute value
  • Fixed getValue() and getBaseValue() not respecting fullReplacement flag
  • Fixed onlyVisualChange mode redirecting getAttribute() when it should only rename
  • Fixed unidirectional mode redirecting hasAttribute() when source should not be considered as target
  • Fixed unidirectional mode applying equivalence multiplication when it should return direct value
  • Fixed all special modes (onlyVisualChange, fullReplacement, unidirectional) not working correctly after 2.0.0 refactoring