Fix build.gradle for tweakClass property
Updated FML: MinecraftForge/FML@f36152398d Add in the tweakclass, fix the json for lzma @ the server.
This commit is contained in:
parent
aa67bc5da6
commit
941c2b1d14
2 changed files with 2 additions and 1 deletions
|
@ -38,6 +38,7 @@ minecraft {
|
||||||
mcpVersion = '9.01-pre'
|
mcpVersion = '9.01-pre'
|
||||||
fmlDir = projectDir.getAbsolutePath() + "/fml";
|
fmlDir = projectDir.getAbsolutePath() + "/fml";
|
||||||
mainClass = 'cpw.mods.fml.relauncher.ServerLaunchWrapper'
|
mainClass = 'cpw.mods.fml.relauncher.ServerLaunchWrapper'
|
||||||
|
tweakClass = 'cpw.mods.fml.common.launcher.FMLTweaker'
|
||||||
installerVersion = "1.4"
|
installerVersion = "1.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
fml
2
fml
|
@ -1 +1 @@
|
||||||
Subproject commit 5d069629cf47cd04f2002b3b9a2c32b0ea73c26e
|
Subproject commit f36152398d1d287e7a55a31c77a2614cfb63e1b6
|
Loading…
Reference in a new issue