aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: e1f8be13085a65ad96da79059a147a8a8b1688cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  {
    "modid": "${modid}",
    "name": "Xample Mod",
    "description": "A mod that is used as an example.",
    "version": "${version}",
    "mcversion": "1.8.9",
    "url": "https://github.com/romangraef/Forge1.8.9Template/",
    "updateUrl": "",
    "authorList": [
      "You"
    ],
    "credits": "",
    "logoFile": "",
    "screenshots": [],
    "dependencies": []
  }
]