All versions
3.4.0
Release
I18nUpdateMod 3.4.03 years ago 3,876
Compatibility
Minecraft: Java Edition
23w05a
1.19–1.19.3
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.2
1.12.x
1.11.2
1.11
1.10.2
1.10
1.9.4
1.9
1.8.8–1.8.9
1.8
1.7.10
1.7.2
1.6.4
1.6.1–1.6.2
Platforms
Fabric
Forge
Quilt
Supported environments
Client-side
Changes
- 修复转换后无法识别的BUG
- 修复资源包顺序变更的BUG
- 修复将Mod重命名为全中文名会导致崩溃的BUG
- 增加相邻资源包自动合并机制,能够支持更多Mod的自动汉化(比如1.19.3会优先使用1.19.3的汉化文件、不存在对应文件时回退到1.18.2的汉化文件)
- 更新开源协议为AGPLv3.0
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:PWERr14M:vCILYOd6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PWERr14M:vCILYOd6"
}

