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