Links
Tags
Creators
Details
Licensed AGPL-3.0-or-later
Published 3 days ago
Updated 2 weeks ago
All versions
1.0.0
Release
I18nAutoUpdateMod 1.0.02 weeks ago 388
Compatibility
Minecraft: Java Edition
26.2
26.1.2
26.1
1.21.x
1.20.x
1.19.x
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
NeoForge
Quilt
Supported environments
Client-side
Changes
I18nAutoUpdateMod 1.0.0 首个正式版本。
- 全面重构并更名为 I18nAutoUpdateMod
- 资源包改为后台异步下载,不阻塞游戏启动
- 直接从发布源获取资源包,支持多源探测与故障切换
- 支持 Fabric、Forge、NeoForge 与 Quilt
- 支持 Minecraft 1.6.1 至 26.2 的已声明版本
- 优化资源包合并、pack.mcmeta 转换、缓存迁移与原子替换
- 语言包自动置于资源包列表底部
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:mEn7eS3l:eU4NTnSF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mEn7eS3l:eU4NTnSF"
}

