Data Attributes: Directors Cut is a Minecraft mod that has been ported from 1.19.2. Original Mod
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
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, and are incompatible.
- I think that I've found a bug/crash, where can I report it?
- Please make an entry to the Issue Tracker.