promotional bannermobile promotional banner

Data Attributes: Directors Cut

An updated version of Data Attributes

File Details

2.0.0+1.20.1-beta.10-fabric

  • B
  • Aug 9, 2024
  • 1.01 MB
  • 40
  • 1.20.1
  • Fabric + 1

File Name

data-attributes-2.0.0+1.20.1-beta.10-fabric.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:data-attributes-directors-cut-955929:5611644"

Quilt

modImplementation "curse.maven:data-attributes-directors-cut-955929:5611644"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Additions 🍎

  • Implemented a feature that reads data-packs and applies attribute modifications to the world based on order.
    • More documentation on this feature will come as the mod stabilizes.
    • For now, if you want to be aware of how to format your data-pack(s), look towards the source code of the next builds of PlayerEX/WizardEX.

Changes 🌽

  • Changed how configs and modded entries are applied.
    • Your config will appear sparse on startup, but when you go to a world (in an integrated server), it will show the extra modifications provided by loaded packs and mods.
    • You can overwrite these, and they will appear in your actual config. Your config will overwrite any data-pack or modded pack.
    • The UI will be overhauled to better assist in knowing what is supplied by datapacks/mods, but that will be in the later future.
  • Deprecated the DefaultAttributeRegistry to keep previous versions functional, but it will be removed before release.
  • Being able to override specific mods and being able to customize your data-packs will come in the future. For now, if you want to override something, use your config as it is the main source of truth.