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:
Christian 2013-12-30 13:27:15 -05:00
parent aa67bc5da6
commit 941c2b1d14
2 changed files with 2 additions and 1 deletions

View File

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

2
fml

@ -1 +1 @@
Subproject commit 5d069629cf47cd04f2002b3b9a2c32b0ea73c26e
Subproject commit f36152398d1d287e7a55a31c77a2614cfb63e1b6