aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: ca18ceca59a8f39ec7e403e0c066daa61260c621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "modid": "hypixel_mod_api",
    "name": "Hypixel Mod API",
    "description": "Implementation of the Hypixel Mod API for Forge.",
    "version": "${version}",
    "mcversion": "${mcversion}",
    "url": "https://modrinth.com/mod/hypixel-mod-api/",
    "updateUrl": "",
    "authorList": [
      "Hypixel Inc."
    ],
    "logoFile": "",
    "screenshots": [],
    "dependencies": []
  }
]