All versions
3.2.0+mc1.16.5
Release
VM Translation Update 3.2.0+mc1.16.5last year 40
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
修复
- 修复了1.20.4及以下版本:未安装模组时出现提示屏幕,而点击下载按钮后再点击取消按钮,前后出现的两个屏幕中的文字会同时出现,当放大/缩小游戏窗口后刷新会恢复正常(背景未显示导致的bug)
- 修复了1.21.1分支存在的部分bug
- 修复了部分版本英语语言文件大小写问题,提示更新时
your应为Your - 移除了部分版本语言文件存在过时的2.x已删除条目
优化
- 优化了提示屏幕文字排版
- 优化了I18nUpdateMod和VaultPatcher判断顺序为:
检查I18nUpdateMod和VaultPatcher是否同时加载->检查I18nUpdateMod是否加载->检查VaultPatcher是否加载
核心开发(代码)
- 将最新版反向移植到了1.12.2 & 1.16.5,目前全部版本都在积极维护!
- 分离了源于I18nUpdateMod3的资源包下载核心VMTUCore到单独仓库
- 重构了部分代码,现在移植新版本会更加容易
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:wvCSIW08:o82ySUGq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wvCSIW08:o82ySUGq"
}


