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/"
},
{
"type": "depends",
"modId": "architectury",
"modName": "Architectury API",
"versions": ">=16.1.0 <17.0.0",
"url": "https://www.curseforge.com/minecraft/mc-mods/architectury-api/"
},
{
"type": "depends",
"modId": "cloth-config2",
"modName": "Cloth Config",
"versions": ">=18.0.0 <19.0.0",
"url": "https://www.curseforge.com/minecraft/mc-mods/cloth-config/"
}
]
}
|