blob: c2262016e20bcf5cc73cd9bd9522984283b40745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{
"modid": "${modId}",
"name": "${modName}",
"description": "An example mod for Minecraft 1.7.10 with Forge focussed on a stable setup.",
"version": "${modVersion}",
"mcversion": "${minecraftVersion}",
"url": "https://github.com/SinTh0r4s/MyMod",
"updateUrl": "",
"authorList": ["SinTho0r4s"],
"credits": "",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]
|