summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
blob: 4be2f6452248c5a4d534aa5134793383360e438f (plain) (blame)
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
27
28
29
30
31
32
{
    "schemaVersion": 1,
    "id": "rosas-auto-reconnect",
    "version": "${version}",
    "name": "Auto Reconnect",
    "description": "Dead simple auto-reconnect mod",
    "authors": [
        {
            "name": "Rosa (evilandqueer)",
            "contact": {
                "email": "rosaontheweb@proton.me"
            }
        }
    ],
    "contributors": [],
    "contact": {
        "issues": "https://codeberg.org/evilandqueer/rosas-auto-reconnect/issues",
        "sources": "https://codeberg.org/evilandqueer/rosas-auto-reconnect"
    },
    "license": "Unlicense",
    "icon": "icon.png",
    "environment": "client",
    "entrypoints": {
	    "client": ["club.eviltransgenders.autoreconnect.AutoReconnect"]
    },
    "mixins": ["autoreconnect.mixins.json"],
    "depends": {
        "fabric-api": ">=0.141.4+1.21.11",
        "fabricloader": ">=0.17.3",
        "minecraft": ">=1.21.11"
    }
}