Fix mcp release number
This commit is contained in:
parent
fcd13f5e71
commit
af23e296f2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ repositories {
|
|||
|
||||
minecraft {
|
||||
version = '1.7.10-pre4'
|
||||
mcpVersion = '9.03'
|
||||
mcpVersion = '9.05'
|
||||
fmlDir = projectDir.getAbsolutePath() + "/fml";
|
||||
mainClass = 'cpw.mods.fml.relauncher.ServerLaunchWrapper'
|
||||
tweakClass = 'cpw.mods.fml.common.launcher.FMLTweaker'
|
||||
|
|
Loading…
Reference in a new issue