Skip to content

Releases: LegacyModdingMC/UniMixins

0.1.17

19 Mar 02:48
Compare
Choose a tag to compare

Mixin module:

  • Updated to UniMix 0.13.0 (based on version 0.13.1 of the Fabric fork)
  • Updated ASM to 9.6

Compat module:

  • Added fix for INIT phase mixins not running in non-MultiMC-based launchers when LiteLoader is present as a Forge mod

0.1.16

14 Feb 19:57
Compare
Choose a tag to compare

MixinExtras module:

0.1.15

25 Dec 11:01
0fff377
Compare
Choose a tag to compare

GTNHMixins module:

  • Added LiteLoader mod detection to ILateMixinLoader#getMixins (by @glowredman)

MixinExtras module:

  • Updated to 0.3.2

Compat module:

  • Added remapping of the org.objectweb.asm package in mixin config plugins and classes annotated with @RemapAsmForMixin.

0.1.14

22 Nov 02:48
Compare
Choose a tag to compare

MixinExtras module:

0.1.13

01 Nov 01:50
Compare
Choose a tag to compare

GTNHMixins module:

  • Made GTNH-relocated MixinExtras unavailable at compile time. It will still be made available at runtime for backwards compatibility (this can be disabled).
  • Fix transformers registered after the beginning of the DEFAULT phase not running when late mixins are processed.

Mixingasm module:

  • Added a new annotation-based API which does not create a runtime dependency

MixinExtras module:

  • Fixed crash with LWJGL3ify
  • Source code is now included in the source jar

Compat modules:

  • Removed DevCompat module and merged it into Compat module. The old functionality of the DevCompat module can be enabled by setting the -Dunimixins.compat.hackClasspathModDiscovery=true JVM flag.
  • Removed 1.8+ compatibility stub from Compat module since it caused mods to fail to compile. Its functionality has been moved to a new module called Future Compat
  • Made ASM remapper transformer ~90% more efficient

0.1.12

14 Oct 00:43
cec3048
Compare
Choose a tag to compare

MixinExtras module:

0.1.11

21 Jun 07:08
Compare
Choose a tag to compare

MixinBooterLegacy module:

  • Fixed module not being functional (by @FIXxp)

0.1.10

11 Jun 04:18
Compare
Choose a tag to compare

General:

  • Changed jar names to start with a + character (because - was causing issues with command line utilities.)
    • Maven artifact IDs have no special prefix now.

GTNHMixins and SpongeMixins modules:

  • Bumped GTNHMixins version (no functionality was changed.)

0.1.9

01 Jun 20:58
Compare
Choose a tag to compare

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

22 May 03:33
Compare
Choose a tag to compare

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