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
Additions 💫
API
- Added
getManagerwhich decides the proper AttributeConfigManager via a world instance. - Added
clientManager&serverManagerrespectively, 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.

