All versions
3.0.0+mc1.20.1
Release
VM Translation Update 3.0.0+mc1.20.1last year 51
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Changes
v3.0 更新日志
移除
- 移除指定玩家id称呼功能,包括
playerNameCheck和nameUrl配置项 - 移除籽岷游戏id彩蛋
- 移除tips功能
新功能
- 现在自动切换语言(
autoSwitchLanguage)功能默认为开启状态 - 未安装推荐模组时模组安装提示屏幕的“退出游戏”按钮改为“我知道我在做什么!”按钮,将不会退出游戏
- 模组安装提示屏幕现在仅会在简体中文时出现
- 重新添加资源包下载装载功能 (下载核心基于I18nUpdateMod3代码修改)
- 新增
modpackinfo.json,内容详见 #14
修复
- 修复按esc键无法退出推荐模组安装提示屏幕的bug
- 修复更新检测出现问题时提示两次的问题
优化
- 优化一些语言文件的内容表达
- 繁体中文本地化改进
- 优化语言切换功能 (基于I18nUpdateMod3代码修改)
- 优化CoreMod检测方式
- 整合包信息从配置文件迁移至
modpackinfo.json,迁移项如下:switchLanguage->modpack下的translation下的languagemodPackTranslationUpdateCheckUrl->modpack下的translation下的updateCheckUrlmodPackTranslationUrl->modpack下的translation下的urlmodPackTranslationVersion->modpack下的translation下的version
核心开发
- 合并模组为多模组加载器版工具 forgix -> modfusioner
com.github.johnrengelman.shadow->com.gradleup.shadow- 更新所有依赖版本
- 修复GitHub CI 工作流
- 简化代码
- 添加部分跨版本兼容代码
- 升级游戏版本为1.21.5
- 添加基于I18nUpdateMod3代码的下载核心
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:rIfd0DV0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wvCSIW08:rIfd0DV0"
}

