Updated FML:
MinecraftForge/FML@1d71c017f4 ID syncing. MinecraftForge/FML@fd36f50d82 Cleanups MinecraftForge/FML@89e4e483c2 Add in a remapping event for mods to consume. MinecraftForge/FML@cd417c6786 Fixed remote and local connections work with mods now. MinecraftForge/FML@ef492407ef Entity spawning works. MinecraftForge/FML@d0d31d9575 SpawnAdjustment packet. Clean up stuffs. No more compile errors. MinecraftForge/FML@3e278acb71 Fix stupid possible compiler error. MinecraftForge/FML@009d4dee23 Fix the exc file. Fix the deobfremapper for handling inner classes. MinecraftForge/FML@49cb893d12 Fix exc this time *sigh* MinecraftForge/FML@31efcfc3b2 Clean up patches for latest exc. MinecraftForge/FML@7a4ceebf5e Kill old patches and add rejects to ignore file. MinecraftForge/FML@7ea571f593 Fix AT, Fix exc. Almost works now! MinecraftForge/FML@b852e30285 First functional release under reobfuscation. MinecraftForge/FML@df870c1a33 Update shiped ForgeGradle for 1.7 MinecraftForge/FML@55aa337f95 Rename synthetic bridge methods, these methods are not decompiled, but need to reobf correctly cross the recompile boundary. MinecraftForge/FML@0098c57f94 Merge pull request #316 from AbrarSyed/patch-4
This commit is contained in:
parent
4a1a0be51d
commit
6eb9915690
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@
|
|||
|
||||
#Patch rejects
|
||||
*.rej
|
||||
/patches-/
|
||||
|
|
2
fml
2
fml
|
@ -1 +1 @@
|
|||
Subproject commit 99c681ad8736e4976053718c3d453b2fb30eefe0
|
||||
Subproject commit 0098c57f94808751062ee45f2ee267324bb42089
|
Loading…
Reference in a new issue