Tags
Creators
Details
1.3.1
Compatibility
Required content
Changes
Just a small addition and a hotfix for the 1.21-1.21.1 version as it didn't worked at all, the team is really sorry about it and is already thinking in a way to compensate for it in the next big update.
- (v1.3.1)
- Added:
- Added a missing translation line in the Brazilian Portuguese (pt_br). By @alexsanderfer again, thanks!
- Fixed:
- 1.21-1.21.1 version didn't worked at all, really sorry about that.
- Added:
Note: As always, run /reload after updating datapacks for the changes to apply. |
|---|
Known incompatibilities
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:MGcd6kTf:2O1xWNbR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MGcd6kTf:2O1xWNbR"
}

