Releases: LegacyModdingMC/UniMixins
Releases · LegacyModdingMC/UniMixins
0.1.9
General:
- Added partial support for 1.8.9~1.12.2. The Mixin, MixinExtras, Compat (mostly) and Mixingasm modules now work on those versions. The Compat module must be present for this to work.
- Mismatching mod versions between the server and the client are now allowed
Mixingasm module:
- Fixed standalone Mixingasm module not working
0.1.8
Mixin module:
- Updated Fabric and UniMix flavors to version 0.12.5+mixin.0.8.5 of Fabric's fork
MixinExtras module:
- Updated to 0.2.0-beta.8
0.1.7.1
- Fixed hot swap agent not working. Now the UniMixins jar can be used as a java agent to enable mixin hot swapping.
0.1.7
- Changed jar names to start with a
-
character. This fixes a common sorting issue with jars whose names start with a[
character. - Updated ASM to 9.5 for Java 21 compatibility
0.1.6
- Improved sanity checks
- Added warning if Mixin is getting bootstrapped from a foreign jar (can happen with incorrectly renamed jars)
- Added warning if Mixin did not get initialized (can happen in dev with incorrectly configured build scripts)
- Moved warning code to individual modules (instead of only being present in the
-all
jar)
- Fixed jitpack publishing
Note: Starting from this release, dev jars will be included in releases to aid their discovery.
0.1.5
Mixin module:
- Updated to version 0.12.4+mixin.0.8.5 of the Fabric fork
- Added support for v2 mcmod.info (fixes mods like BugTorch and ModernSplash not having their modids show up in error messages)
MixinBooterLegacy module:
- Possibly fixed late mixins not working (by @mark-sheremeta)
General:
- Fixed config not getting loaded if
config
dir doesn't exist when the game is started
0.1.4
Compat module:
- Made mixin errors and applied mixins get included in crash reports.
General:
- Overhauled config, it's now a property file (to avoid loading Forge config classes so early.)
- Added
@Mod
annotation to modules that were missing it. This fixes them not showing up in the mod list GUI and in crash reports.
0.1.3
- Made mod show up as a single mod with child mods in the mod list GUI when using the all-jar
Note: Starting from this release, alternate Mixin modules (
spongepowered
,fabric
,gasmix
andgtnh
) will no longer be included in releases in order to reduce clutter. These jars primarily existed for testing purposes. They can still be obtained by building the mod locally, downloading a CI build, or via jitpack.
0.1.2
- Implemented mod names showing up in mixin error messages when using a Fabric-derived Mixin fork
- Added sanity check in all-jar that warns about conflicting jars
- Fixed some errors in mcmod.info