aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: 0e135af9dd770af8a9b9dfe781fa26f3728f8077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
    {
        "modid": "skyhanni",
        "name": "SkyHanni",
        "description": "Hypixel SkyBlock Mod",
        "version": "${version}",
        "mcversion": "1.8.9",
        "url": "https://github.com/hannibal002/SkyHanni",
        "updateUrl": "",
        "authorList": [
            "hannibal2"
        ],
        "credits": "https://github.com/hannibal002/SkyHanni/graphs/contributors",
        "logoFile": "assets/skyhanni/logo.png",
        "screenshots": [],
        "dependencies": [
            "NotEnoughUpdates"
        ]
    }
]