You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added back some missing methods to MixinPlatformManager and GlobalProperties. Fixes ReplayMod compatibility. (FalsePattern/GasStation#10)
Downgraded Injector's "Delegate constructor lookup failed" error to a warning. Fixes an incompatibility with some intrusive ASM. (FalsePattern/GasStation#12)
Reimplemented MCP-to-MCP remapping using the new API.
Since IRemapper's contract was changed to accept null arguments, an option was added to RemapperAdapter to handle these with a no-op, emulating the old behavior.
Fixed Forge mods in classpath FML coremods not getting detected. Properly fixes SpongePowered/Mixin#207.