File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Changelog
2- - 支持 26.1.x
3- - 重构 部分代码
4- - 添加 下载汉化资源包时先检查本地资源包是否和下载源相同
5- - 修复 无论是否开启` misc.devMode ` 配置项都会显示DevMode信息的问题
6- - 修复 模组metadata的version字段不是指定的项目版本
7- - 修复 开启 ` misc.generateExampleModpackInfo ` 配置项后导致的崩溃问题
1+ # 新功能
2+
3+ - 适配 Minecraft 26.1、26.1.1、26.1.2
4+ - 不再重复下载资源包,进行md5检验
5+
6+ # 修复
7+
8+ - 无论是否开启misc.devMode配置项都会显示开发者模式信息的问题
9+ - 模组元数据的version字段不是指定的项目版本
10+ - 开启生成示例整合包信息文件配置项后导致崩溃
11+
12+ # 代码
13+
14+ - 大量代码重构及优化
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2023-2025 VM Chinese translate group | VM汉化组
3+ Copyright (c) 2023-2026 VM Chinese Translation Group | VM汉化组
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11<div align =" center " >
22 <img height =" 100px " width =" 100px " alt =" logo " src =" ./common/src/main/resources/assets/vmtranslationupdate/icon.png " />
3- <h1 >VMTranslationUpdateMod </h1 >
3+ <h1 >VM Translation Update </h1 >
44
55<a href =" https://modrinth.com/project/vmupdate/ " >
66<img alt =" modrinth " height =" 56 " src =" https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg " >
1717<img alt =" fabric " height =" 56 " src =" https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_vector.svg " > (≥1.16.5)
1818</div >
1919
20- VM汉化更新是一个为 Minecraft 整合包汉化补丁设计的自动化汉化更新管理工具,涵盖了绝大部分汉化相关的使用场景。模组相关功能请查询[ VMTU 文档] ( https://vmct-cn.top/vmtu/ ) 。
20+ VM 汉化更新是一个为 Minecraft 整合包汉化补丁设计的自动化汉化管理工具,涵盖了绝大部分汉化相关的使用场景。
21+
22+ 普通玩家可以通过它获得额外的模组资源包汉化,VM汉化组内部也可以通过它为玩家提供更好的汉化体验。
23+
24+ 模组相关功能请查询 [ VMTU 文档] ( https://vmct-cn.top/vmtu/ ) 。
2125
2226## 许可证
27+
2328本模组使用MIT许可证
2429
25- [ VMTUCore] ( https://github.com/VM-Chinese-translate-group/VMTUCore ) 基于I18nUpdateMod3修改,使用AGPLv3许可证
30+ 其中,自动下载并激活资源包功能(
31+ [ VMTUCore] ( https://github.com/VM-Chinese-translate-group/VMTUCore ) )的代码源于 [ i18nUpdateMod3] ( https://github.com/CFPAOrg/I18nUpdateMod3 ) 模组代码修改,
32+ 按照上游协议规定使用 AGPL 协议。
Original file line number Diff line number Diff line change 11mod.mc_dep_fabric =>=26.1
22mod.mc_dep_forgelike =[26.1,)
33mod.mc_title =26.1
4- mod.mc_targets =26.1,26.1.1
4+ mod.mc_targets =26.1,26.1.1,26.1.2
55
66deps.fabric_api =0.145.4+26.1.1
77deps.forge_loader =[UNSUPPORTED]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ mod.mc_title=[VERSIONED]
2121mod.mc_targets =[VERSIONED]
2222
2323# Mod setup
24- deps.fabric_loader =0.18.4
24+ deps.fabric_loader =0.19.1
2525deps.fabric_api =[VERSIONED]
2626deps.forge_loader =[VERSIONED]
2727deps.neoforge_loader =[VERSIONED]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id(" dev.kikugie.stonecutter" )
33 id(" dev.architectury.loom-remap" ) version " 1.14-SNAPSHOT" apply false
44 id(" dev.architectury.loom-no-remap" ) version " 1.14-SNAPSHOT" apply false
5- id(" com.gradleup.shadow" ) version " 9.3 .1" apply false
5+ id(" com.gradleup.shadow" ) version " 9.4 .1" apply false
66 id(" com.hypherionmc.modutils.modpublisher" ) version " 2.+" apply false
77}
88
You can’t perform that action at this time.
0 commit comments