promotional bannermobile promotional banner

Data Attributes: Directors Cut

An updated version of Data Attributes

Data Attributes Banner GitHub license GitHub stars GitHub forks GitHub issues

docs mkdocs java17 curseforge 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>"
}

 

<details> <summary>Alternatively, if you are using cursemaven:</summary>

 

repositories {
    maven {
        name = &quot;Cursemaven&quot;
        url = &quot;https://cursemaven.com&amp;quot;
    }
}

dependencies {
    modImplementation &quot;curse.maven:data-attributes-directors-cut-955929:&amp;lt;version-file-id&amp;gt;&quot;
}

 

</details>

 

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?

• Wiki

For more detailed documentation, please see the wiki.

Use code "bareminimum" to get 25% off your first month!

The Data Attributes: Directors Cut Team

profile avatar
  • 12
    Followers
  • 8
    Projects
  • 293.3K
    Downloads

More from bibiredenView all