This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Resource_Mod
Shirasawa edited this page Mar 21, 2020
·
7 revisions
{
"type": "Mod",
"version": "<version>",
"urls": [...<urls>],
"source": "<source>",
"website": "<website>",
"mcVersion": "<mcVersion>",
"apis": <apis>,
"hashes": [...<hashes>],
"extends": <extends>,
"updateUrl": "<updateUrl>"
}
类型: 字符串
模组的当前版本号, 一定要符合 语义化版本 规则
类型: 字符串数组
必须填写直链!
类型: 符合 语义化版本 规则的MC版本
例子:
1.14.4
>1.12.0
~1.7.0
1.15.*
1.15-pre1
类型: 字符串
能访问到当前json的地址, 请不要填写动态生成的地址以便第二次可以访问到
类型: 字符串
用于模组分享和推广
类型: 对象
{
"forge": false,
"fabric": "https://fabricmc.org",
...
}
如果需要某个API支持, 请填写 "API名字": "API的安装页面 (官网)
类型: 字符串数组
如果需要校验下载到的文件是否完整请填写文件的 sha1 值
类型: 对象
{
"mod1": "https://example.com/mod1-0.1.0.json",
...
}
如果依赖了前置模组, 请填写 "前置模组ID": "前置模组的网络对象(json)访问地址"
当然, 也可以直接填写模组对象
类型: 字符串
填写的地址指向的json文件格式与本文件格式一致, 只是模组版本, 下载地址和哈希值*(如果有)*不同
每次启动之前都会对模组进行更新检查, 如果发现了版本有新的就进行下载和安装