No, this is not me modding either. I'm doing this as a favour for Lex, who's a bit computerless at the minute.
MinecraftForge/FML@77c254a6d9 I am not modding, I am fixing an annoyance. The MCP version has long since been 9.03. Also, the JSON from MC updated.. MinecraftForge/FML@7f01cf549b I'm still not modding. Player has contributed greatly to the 1.7 release of FML. He needs authorship credit. MinecraftForge/FML@2b8d0f6680 Fix SimpleNetworkWrapper - this is not me modding, I didn't realize it was broken until Pahimar told me. MinecraftForge/FML@ddee7eb117 Fix vanilla bug causing integrated server saving from 2 threads concurrently after a crash MinecraftForge/FML@59a5adfdb3 Registry: Fix Block-before-ItemBlock allocation when loading 1.6 world saves, more validation MinecraftForge/FML@d88b2aa0c5 prevent the world from getting saved twice at shutdown MinecraftForge/FML@9b1cbab03b Registry: Crash earlier with conflicting name/object registrations. MinecraftForge/FML@7ba167c500 Registry: Misc tweaks MinecraftForge/FML@78248da399 Registry: Treat all 1.6 entries as items.
This commit is contained in:
parent
022cefc72a
commit
63a205c043
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ repositories {
|
|||
|
||||
minecraft {
|
||||
version = '1.7.2'
|
||||
mcpVersion = '9.01-pre'
|
||||
mcpVersion = '9.03'
|
||||
fmlDir = projectDir.getAbsolutePath() + "/fml";
|
||||
mainClass = 'cpw.mods.fml.relauncher.ServerLaunchWrapper'
|
||||
tweakClass = 'cpw.mods.fml.common.launcher.FMLTweaker'
|
||||
|
|
2
fml
2
fml
|
@ -1 +1 @@
|
|||
Subproject commit 3b42b33b6ec4020b5032cae06760053ed135fae8
|
||||
Subproject commit 78248da399c04a438586d1a5d7f36d6d752dd5c3
|
Loading…
Reference in a new issue