aboutsummaryrefslogtreecommitdiff
path: root/fabric/src/main/resources/error_notifier.json
blob: 4f7e95d60037fc1170e4796b2cb98895657b4b9e (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/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"
        }
    ]
}