aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: ae069a9cb4890d24910da2efb944aff1c9155772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "modid": "${id}",
    "name": "${name}",
    "description": "A chat mod adding utilities such as extremely customizable chat tabs, chat shortcuts, chat screenshots, and message copying.",
    "version": "${version}",
    "mcversion": "1.8.9",
    "url": "",
    "updateUrl": "",
    "authorList": [
      "Polyfrost"
    ],
    "credits": "Mo2men#2806 for chat icons, Pablo",
    "logoFile": "",
    "screenshots": [],
    "dependencies": []
  }
]