aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/mcmod.info
blob: bf0a3dfa3059a1f4956752c046e9a3e941d280de (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.12.2",
	"url": "https://github.com/romangraef/Forge1.8.9Template/tree/1.12.2",
	"updateUrl": "",
	"authorList": [
	  "You"
	],
	"credits": "",
	"logoFile": "",
	"screenshots": [],
	"dependencies": []
  }
]