1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"schemaVersion": 1,
"checks": [
{
"type": "depends",
"modId": "fabric",
"modName": "Fabric API",
"versions": "*",
"url": "https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/all/"
},
{
"type": "depends",
"modId": "architectury",
"modName": "Architectury API",
"versions": ">=4.0.0 <5.0.0",
"url": "https://www.curseforge.com/minecraft/mc-mods/architectury-api/files/all"
},
{
"type": "depends",
"modId": "cloth-config2",
"modName": "Cloth Config",
"versions": "*",
"url": "https://www.curseforge.com/minecraft/mc-mods/cloth-config/files/all"
}
]
}
|