Fix mcp release number

This commit is contained in:
cpw 2014-06-25 20:19:38 -04:00
parent fcd13f5e71
commit af23e296f2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ repositories {
minecraft { minecraft {
version = '1.7.10-pre4' version = '1.7.10-pre4'
mcpVersion = '9.03' mcpVersion = '9.05'
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' tweakClass = 'cpw.mods.fml.common.launcher.FMLTweaker'