aboutsummaryrefslogtreecommitdiff
path: root/fabric/src/main/resources/error_notifier.json
blob: efaced7ace9a99c14544c2318e4ce0ec20647210 (plain)
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": ">=5.0.0 <7.0.0",
            "url": "https://www.curseforge.com/minecraft/mc-mods/architectury-api/"
        },
        {
            "type": "depends",
            "modId": "cloth-config2",
            "modName": "Cloth Config",
            "versions": "*",
            "url": "https://www.curseforge.com/minecraft/mc-mods/cloth-config/"
        }
    ]
}