bump to legacy launcher 1.9 with logging unification stuffs.

This commit is contained in:
Christian 2013-12-18 11:15:53 -05:00
parent 8b621292e3
commit 61c6980105
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"minecraftArguments": "--version FML_DEV --tweakClass cpw.mods.fml.common.launcher.FMLTweaker",
"libraries": [
{
"name": "net.minecraft:launchwrapper:1.8",
"name": "net.minecraft:launchwrapper:1.9",
"comment" : "Important for FML, we add this"
},
{
@ -200,4 +200,4 @@
],
"mainClass": "net.minecraft.launchwrapper.Launch",
"minimumLauncherVersion": 9
}
}

View file

@ -22,7 +22,7 @@
"url": "http://files.minecraftforge.net/maven/"
},
{
"name": "net.minecraft:launchwrapper:1.8",
"name": "net.minecraft:launchwrapper:1.9",
"serverreq":true
},
{
@ -214,4 +214,4 @@
"mainClass": "net.minecraft.launchwrapper.Launch",
"minimumLauncherVersion": 9
}
}
}