Add in the tweakclass, fix the json for lzma @ the server.
This commit is contained in:
parent
9caa3842cf
commit
a80409c59a
2 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue