Update FML to include some ML compatibility fixes. Minimap should run, assuming he

recompiles against standard ML interfaces.
This updates to official MCP 7.2, so you'll need to rebuild your workspace (some
small but important patches to MCP went in)
This commit is contained in:
Christian 2012-08-16 14:30:14 -04:00
parent e31b6c0be4
commit 4297a348db
3 changed files with 7 additions and 2 deletions

View File

@ -199,4 +199,9 @@ public class MinecraftForge
}
EntityEnderman.carriableBlocks = temp;
}
public static String getBrandingVersion()
{
return "Minecraft Forge "+ ForgeVersion.getVersion();
}
}

View File

@ -19,7 +19,7 @@
@@ -251,4 +252,79 @@
}
public abstract String func_80004_l();
public abstract String func_80007_l();
-}
+
+ /*======================================= Forge Start =========================================*/
@ -96,4 +96,4 @@
+ }
+ return 1.0;
+ }
+}
+}