Links
Tags
Creators
Details
3.2.0
Compatibility
Required content
Changes
Adds and updates a lot of translations in time for Minecraft 1.20.2, contains no other changes.
To make translations available to a wider range of users we've worked with translators and have ourselves duplicated translations to regions using the same language (e.g. German translations are available to Austrian and Swiss German players now). If you disagree with this change due to it not having regionally specific words please let us know or open a PR to fix them, thank you!
- Updated french translations (PR 119 and PR 120 by @ishi-sama)
- Updated german translations (PR 121 by @LostLuma and @juliand665)
- Updated russian translations (PR 122 and PR 124 by @RinixGG and @wicivo)
- Added spanish translations (PR 125 by @Rhbarber)
- Update traditional chinese translations (PR 126 by @notlin4)
- Updated italian translations (PR 127 by @TheBossMagnus)
Optional dependencies
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:LQ3K71Q1:3WUIXnPq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LQ3K71Q1:3WUIXnPq"
}



