From a7c15e30aa9e0e7c6d05e6de4dc9164689e53712 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 19 Apr 2014 10:46:04 -0400 Subject: [PATCH] I am not modding, I am fixing an annoyance. The MCP version has long since been 9.03. Also, the JSON from MC updated.. --- fml/build.gradle | 2 +- fml/jsons/1.7.2.json | 2 +- fml/src/main/resources/mcpmod.info | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fml/build.gradle b/fml/build.gradle index 82b758dcd..c024a48c5 100644 --- a/fml/build.gradle +++ b/fml/build.gradle @@ -30,7 +30,7 @@ repositories { minecraft { version = '1.7.2' - mcpVersion = '9.01-pre' + mcpVersion = '9.03' fmlDir = projectDir.getAbsolutePath(); mainClass = 'cpw.mods.fml.relauncher.ServerLaunchWrapper' tweakClass = 'cpw.mods.fml.common.launcher.FMLTweaker' diff --git a/fml/jsons/1.7.2.json b/fml/jsons/1.7.2.json index d260ce1c9..d92ced4b4 100644 --- a/fml/jsons/1.7.2.json +++ b/fml/jsons/1.7.2.json @@ -1,6 +1,6 @@ { "id": "1.7.2", - "time": "2013-10-25T15:00:00+02:00", + "time": "2014-04-02T12:00:00+02:00", "releaseTime": "2013-10-25T15:00:00+02:00", "type": "release", "minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${game_assets} --uuid ${auth_uuid} --accessToken ${auth_access_token}", diff --git a/fml/src/main/resources/mcpmod.info b/fml/src/main/resources/mcpmod.info index 67862bc33..81930be02 100644 --- a/fml/src/main/resources/mcpmod.info +++ b/fml/src/main/resources/mcpmod.info @@ -3,8 +3,8 @@ "modid": "mcp", "name": "Minecraft Coder Pack", "description": "Modding toolkit to decompile and deobfuscate the Minecraft client and server files.", - "version": "8.09", - "mcversion": "1.6.3", + "version": "9.03", + "mcversion": "1.7.2", "logoFile": "/mcplogo.png", "url": "http://mcp.ocean-labs.de/", "updateUrl": "",