Data Attributes: Directors Cut
ModrinthOverhauls Minecraft's entity attribute system to be more dynamic and to include follow-on attributes (something found in many other games); and exposes entity attributes to manipulation.
47.6k downloads 26 followers updated 16mo ago
latest v2.0.4+1.21.1-neoforge Modrinth
Preamble
Data Attributes: Directors Cut is a Minecraft mod that has been ported from 1.19.2 from the original.
It serves two functions:
- Overhauling Minecraft's Entity Attribute system to be more dynamic
- Allowing attributes to be exposed to datapack manipulation so it's easy for pack developers to customize everything about the attribute system
Usage
Data Attributes has a Curseforge and Modrinth page. For developers, add the following to your build.gradle.
repositories {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
content {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:data-attributes-directors-cut:<version>"
}
Alternatively, if you are using cursemaven:
repositories {
maven {
name = "Cursemaven"
url = "https://cursemaven.com"
}
}
dependencies {
modImplementation "curse.maven:data-attributes-directors-cut-955929:<version-file-id>"
}
Note that Data Attributes: Directors Cut depends on Fabric API, so you will need to consider this as well.
It also does not support Attributefix, as they have the same capabilities.
• F.A.Q
- Will you make a Forge version?
- We shall not as the original mod author did not, but the license allows you to do so yourself.
- I think that I've found a bug/crash, where can I report it?
- Please make an entry to the Issue Tracker.
• Wiki
For more detailed documentation, please see the wiki.
Use code "bareminimum" to get 25% off your first month!
Versions
Release
2.0.4+1.21.1-neoforge
## Additions 🍎
- Data Attributes is now on 1.21.1 for fabric & neoforge!
- Add button for Entity Types (will downstream this to 1.20.1 momentarily).
##…
Release
2.0.4+1.21.1-fabric
## Additions 🍎
- Data Attributes is now on 1.21.1 for fabric & neoforge!
- Add button for Entity Types (will downstream this to 1.20.1 momentarily).
##…
Beta
2.0.4+1.21.1-beta.1-neoforge
## Additions 🍎
- DataAttributes is now on 1.21.1 for fabric & neoforge!
- Add button for Entity Types (will downstream this to 1.20.1 momentarily).
- I…
Beta
2.0.4+1.21.1-beta.1-fabric
## Additions 🍎
- DataAttributes is now on 1.21.1 for fabric & neoforge!
- Add button for Entity Types (will downstream this to 1.20.1 momentarily).
- I…
Release
2.0.3+1.20.1-fabric
## Fixes 🍋
- Remove null text in UI in favor of empty string to fix compatibility with other mods
Beta
2.0.3+1.20.1-beta.1-fabric
## Additions 🍎
- Added saved state for collapsed entries (session based, saved until game relaunch)
## Changes 🍐
- Applied a different method to updating…
Release
2.0.2+1.20.1-fabric
## Fixes 🍋
- Fixed attribute functions not being able to be edited (and that were default).
Release
2.0.1+1.20.1-fabric
## Changes 🌽
- Resolved an exception that happened with the `DefaultAttributeRegistry`.
## Fixes 🍋
- Resolved percentage formatting, should be more…
Release
2.0.0+1.20.1-fabric
## Overview
**There are breaking changes in this release. Ensure you back up your config(s) if possible. Mods relying on the beta version will have to be…
Beta
2.0.0+1.20.1-beta.13-fabric
## Fixes 🍋
- Adjusted formatting of `Whole` formats to not go past two decimals.
Beta
2.0.0+1.20.1-beta.12-fabric
## Additions 🍎
- Added a condensed way to format attribute values into the API through `getFormattedValue`.


Comments 0
No comments yet. Be the first to share your thoughts.