Add in the tweakclass, fix the json for lzma @ the server.

This commit is contained in:
Christian 2013-12-30 13:06:59 -05:00
parent 9caa3842cf
commit a80409c59a
2 changed files with 3 additions and 1 deletions

View file

@ -33,6 +33,7 @@ minecraft {
mcpVersion = '9.01-pre'
fmlDir = projectDir.getAbsolutePath();
mainClass = 'cpw.mods.fml.relauncher.ServerLaunchWrapper'
tweakClass = 'cpw.mods.fml.common.launcher.FMLTweaker'
installerVersion = "1.4"
}

View file

@ -58,7 +58,8 @@
"name": "net.sf.jopt-simple:jopt-simple:4.5"
},
{
"name": "lzma:lzma:0.0.1"
"name": "lzma:lzma:0.0.1",
"serverreq":true
},
{
"name": "com.paulscode:codecjorbis:20101023"