- Few certain vanilla classes loading early, breaking some deobfuscation into SRG
- New API (Context) for early/late loaders
- Updated UniMix, is now updated with Fabric Mixin 0.15.3, Mixin 0.8.7
- Updated to MixinExtras 0.5.0-beta4
- Better logging at launch
- Hijackers not applied to late mixins
- Mod description typo
- Updated UniMix
- Enable
comformVisibility
totrue
by default - thanks to jbredwards
- Compatibility with older ASM libraries - thanks to HowardZHY
- Updated MixinExtras to 0.3.6
- Reinstated
@MixinLoader
annotation, primarily for 1.8.x usages as Forge does not support gathering of interfaces
- Mixin source files not embed within the source jar
- 1.8.x related crashes fixed (thanks to @HowardZHY!)
- Removed fastutil usages, to keep compatibility with Minecraft versions that used different fastutil versions
IMixinConfigHijacker
API, allows denial of mixin configurations from being applied (idea: @Desoroxxx)
- Updated MixinExtras to 0.3.5
- Mixin information being duplicated in crash reports in certain situations
- Updated MixinExtras from 0.2.0-beta.9 to 0.2.1-beta.2, now supports wrapping of object instantiations with
@WrapOperation
- Logging during mod gathering
- Optimized mod gathering
- Fixed delegated transformers not being rebuild before late mixins are loaded. Resulting in transformers that are registered later not properly running
- Fixed issues with different builds of DJ2Addons.
- Added a dummy mcmod.info
- Only allowing SpongeForge 7.4.8+ from loading with MixinBooter.
- Fixed issue with Modrinth uploads (not allowing forge mods without mcmod.info packaged to be uploaded)
- Implemented FMLContextQuery, and MixinContextQuery which is extensible for different platforms
- Better description for the mod
- Made SpongeForge's PrettyPrinter backwards-compatible, more fixes may follow up if bugs are found
- Compatibility with Uncrafting Blacklist
- Allows the entire exception chain to be inspected during mixin metadata search
- Eliminated lots of Reflection, uses Unsafe in some areas
- Fixed compatibility with Forge's interface annotation not being respected
- Fixed crash with SpongeForge
- Fixed duplicated mixin metadata being printed
- Fixed majority of mod incompatibility, properly