promotional bannermobile promotional banner

Data Attributes: Directors Cut

An updated version of Data Attributes

File Details

2.0.0-beta.6+1.20.1-fabric

  • B
  • Jul 29, 2024
  • 526.55 KB
  • 31
  • 1.20.1
  • Fabric + 1

File Name

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

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

Additions 💫

API

  • Added getManager which decides the proper AttributeConfigManager via a world instance.
  • Added clientManager & serverManager respectively, which are self-explanatory.

Changes ⚙️

  • Cleaned up codebase, adjusting certain logic.
  • Updated Endec to match with wispforest's uploaded versions, and resolved issues with reading/writing Endec's that could cause a fatal exception.
  • Updated EntityAttributeSupplier (again).

Removals

  • Removed ConfigDefaults.
  • Removed the ability to access config through functions in the API.
  • Removed an attribute modified event that changed health. This should be optionally handled in a workspace that implements the API instead.