All versions
3.1.0+mc1.21.5
Release
VM Translation Update 3.1.0+mc1.21.5last year 76
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
v3.1.0 重大bug修复
新功能
- 开启
testMode后进入世界将在聊天栏显示整合包信息 - 将模组元文件的主页链接改为模组文档链接
修复
- 修复了1.21.1版本未添加测试模式相关功能的问题
- 修复了部分版本的部分代码不一致的问题
- 修复了模组安装屏幕出现不正确的问题
- 修复了部分版本无法检测汉化补丁更新的问题
核心开发
- 移除modfusioner合并多加载器jar和发布模组的github工作流
- 使用IDEA优化import,移除无用的导入,排序已有的导入
- 更新了依赖
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:6C9OKHZU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wvCSIW08:6C9OKHZU"
}


