All versions
neoforge-5.0.0+mc1.21.10
Release
[Neoforge]5.0.0+mc1.21.104 months ago 15
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
NeoForge
Supported environments
Client-side
Changes
⚠️注意: VMTU 5.0 对 vmtranslationupdate.toml 配置文件进行了大改!旧版文件需迁移适配!
新增
- 为
/vmtu check指令后添加两个可选子命令modpack和translation,用于单独检测部分的版本情况 - 添加自定义资源包加载功能,并应用到最高层级
- 添加检测 TLR 模组是否安装,提供可选的纹理资源本地化支持
- 添加 modpackinfo 配置文件中的
modpack.version字段,用于自动读取整合包内置的元数据(如有)功能(此功能需VMTU手动适配) - 添加联网获取的转换 Minecraft 版本对应支持的资源包元数据
- 添加 1.21.9-1.21.11 的支持
优化
- 更改默认配置文件。现在默认启用下载资源包,并禁用汉化更新检查。用于玩家独自下载此模组时提供额外补充汉化
- 优化游戏内更新提示显示样式
- 优化开发模式下游戏聊天栏输出的信息格式,且现在链接可点击
- 优化游戏内配置文件结构,现在按功能分类(配置文件大改!)
- 优化警告屏幕代码
- 优化日志格式
- 优化模组检测屏幕交互体验
修复
- 修复了在极端情况下 VM Metadata V2 读取错误导致卡在创建世界屏幕的问题
- 修复了开发模式下输出整合包与汉化信息日志的等级错误问题。由警告(warn)改为信息(info)
代码
- 更新 VMTUCore
- 添加 publish workflow
- 项目结构迁移至 Stonecutter(1.12.2除外)
- 迁移映射 yarn -> mojmap(1.12.2除外)
- 移除资源包下载源配置项及配置文件
PackSource条目(已在 VMTU 4 起弃用)
注:1.12.2 版本在 VMTU v5 列为 LTS 版本,不再参与后续 VMTU 大版本更新,仅同步部分新版本功能
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| vmtranslationupdate-neoforge-5.0.0+mc1.21.10-sources.jar | Unknown | 4.69 KiB |
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:amTu7P8t"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wvCSIW08:amTu7P8t"
}

