All versions
3.0.6-beta
Beta
Data & Resource Pack v3.0.6-beta2 weeks ago 4,534
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.11
Platforms
Data Pack
Resource Pack
Changes
- Ported the data pack for 1.20.1 as a separate file version:
- Beware of bugs, as this is the first version for 1.20.1
- It has the same features as the 1.21.1 version except for Mace trims
- If worlds with Tool Trims are updated from 1.20.1 to 1.21.1 or 1.21.11+, the tools and templates should be updated correctly
- World downgrading is unsupported
- Added support for more languages (thanks to ZhuinZ and aegeada):
- Literary Chinese
- Traditional Chinese (Hong Kong/Taiwan)
- Simplified Chinese
- Turkish
- Fixed 1.21.1 tool trim templates not matching the name scheme of the vanilla ones
- Fixed mineshaft loot table for 26.2 (#11)
- Dropped support for 1.21.9 and 1.21.10
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:uXeEiQk1:aaSedFbu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uXeEiQk1:aaSedFbu"
}

