commit
0ad83d84c5
1 changed files with 7 additions and 7 deletions
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"install": {
|
"install": {
|
||||||
"profileName": "FML",
|
"profileName": "@project@",
|
||||||
"target":"@minecraft_version@-FML@version@",
|
"target":"@minecraft_version@-@project@@version@",
|
||||||
"path":"cpw.mods:fml:@version@",
|
"path":"@artifact@",
|
||||||
"version":"FML @version@",
|
"version":"@project@ @version@",
|
||||||
"filePath":"@universal_jar@",
|
"filePath":"@universal_jar@",
|
||||||
"welcome":"Welcome to the simple FML installer.",
|
"welcome":"Welcome to the simple @project@ installer.",
|
||||||
"minecraft":"@minecraft_version@",
|
"minecraft":"@minecraft_version@",
|
||||||
"mirrorList" : "http://files.minecraftforge.net/mirror-brand.list",
|
"mirrorList" : "http://files.minecraftforge.net/mirror-brand.list",
|
||||||
"logo":"/big_logo.png"
|
"logo":"/big_logo.png"
|
||||||
},
|
},
|
||||||
"versionInfo": {
|
"versionInfo": {
|
||||||
"id": "@minecraft_version@-FML@version@",
|
"id": "@minecraft_version@-@project@@version@",
|
||||||
"time": "@timestamp@",
|
"time": "@timestamp@",
|
||||||
"releaseTime": "1960-01-01T00:00:00-0700",
|
"releaseTime": "1960-01-01T00:00:00-0700",
|
||||||
"type": "release",
|
"type": "release",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"minimumLauncherVersion": 4,
|
"minimumLauncherVersion": 4,
|
||||||
"libraries": [
|
"libraries": [
|
||||||
{
|
{
|
||||||
"name": "cpw.mods:fml:@version@",
|
"name": "@artifact@",
|
||||||
"url": "http://files.minecraftforge.net/maven/"
|
"url": "http://files.minecraftforge.net/maven/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue