作者:rebot | 分类:模组
Minecraft 版本: 1.21.1
平台: neoforge
标签: library utility
Data Attributes: Directors Cut is a Minecraft mod that has been ported from 1.19.2 from the original.
It serves two functions:
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.
For more detailed documentation, please see the wiki.
Use code "bareminimum" to get 25% off your first month!
请登录后举报
暂无评论,抢个沙发吧~