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