概述
Reclone 会自动下载和更新其配置中指定的资源包和数据包。
它们会尽可能在启动时更新,这意味着如果含有非常大的文件就会减慢玩家的启动速度。
配置示例
[
{
"fetcher": "file",
"source": "https://github.com/FaithfulTeam/Faithful/raw/releases/1.16.zip",
"name": "Faithful"
},
{
"fetcher": "github",
"source": "seasnail8169/SnailPack",
"name": "SnailPack"
},
{
"fetcher": "github",
"source": "spiralhalo/LumiLights/release",
"name": "LumiLights",
"forceDownload": true
},
{
"fetcher": "github",
"source": "spiralhalo/LumiPBRExt/tag/v0.7",
"name": "LumiPBRExt"
},
{
"fetcher": "github",
"source": "FaithfulTeam/Faithful/branch/1.16",
"name": "Faithful"
},
{
"fetcher": "file",
"source": "https://media.forgecdn.net/files/3031/178/BattyCoordinates_005.zip",
"name": "Battys Coordinates"
},
{
"fetcher": "curseforge",
"source": "325017",
"name": "Vanilla Additions",
"forceEnable": true
}
]