forked from FabricMC/Mixin
-
Notifications
You must be signed in to change notification settings - Fork 4
Changes
makamys edited this page Jan 5, 2024
·
1 revision
- Added back some missing methods to
MixinPlatformManagerandGlobalProperties. 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)
- Fixed dev MCP refmap remapping not working. Fixes regression in FabricMC/Mixin@
59db546.- Reimplemented MCP-to-MCP remapping using the new API.
- Since
IRemapper's contract was changed to accept null arguments, an option was added toRemapperAdapterto 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.
- Fixed Java agent failing to initialize on LaunchWrapper. Fixes regression in SpongePowered/Mixin@
72d0812.
- Implemented
toStringforGlobalProperties$Keys. Fixes SpongePowered/Mixin#562.