We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有关 Issue:Teahouse-Studios/mcwzh-meme-resourcepack#257
关于 Mod,现有以下问题:
minecraft:lang/zh_??
mod_name:lang/zh_meme
因此,提议以模块结构的方式对 mod 进行重新组织,并加入 mod_manifest.json 文件,schema 如下:
mod_manifest.json
{ "name": "模组模块名", "type": "mod", "description": "描述备注", "mod": { "version": "支持模组版本,使用语义化版本表达式", "links": [ { "type": "链接类型,可以为 'source' || 'website' || 'curseforge' || 'mcmod'", "url": "链接" } ], "license": "SPDX 协议标识符" "authors": [ { "type": "作者身份,可以为 'developer' || 'translator'", "name": "作者名称" } ] }, "author": ["梗化作者"], "languageModification": [ { "file": "assets/minecraft/lang/zh_meme.json", "add": "add.json" } ] }
此外,由于基岩版相关需求,还要加入基岩版 mod 选项。
The text was updated successfully, but these errors were encountered:
Any updates? @AlPha5130
Sorry, something went wrong.
No branches or pull requests
有关 Issue:Teahouse-Studios/mcwzh-meme-resourcepack#257
关于 Mod,现有以下问题:
minecraft:lang/zh_??
,而有些 mod 使用的是mod_name:lang/zh_meme
命名空间。因此,提议以模块结构的方式对 mod 进行重新组织,并加入
mod_manifest.json
文件,schema 如下:此外,由于基岩版相关需求,还要加入基岩版 mod 选项。
The text was updated successfully, but these errors were encountered: