Skip to content

Releases: LegacyModdingMC/UniMixins

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

0.1.7.1

02 May 17:20
Compare
Choose a tag to compare
  • 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

15 Apr 22:29
Compare
Choose a tag to compare
  • 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

29 Mar 13:53
Compare
Choose a tag to compare
  • 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

04 Mar 21:44
Compare
Choose a tag to compare

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:

General:

  • Fixed config not getting loaded if config dir doesn't exist when the game is started

0.1.4

17 Feb 09:22
Compare
Choose a tag to compare

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

14 Feb 04:44
Compare
Choose a tag to compare
  • 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 and gtnh) 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

14 Feb 04:15
Compare
Choose a tag to compare
  • 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

0.1.1

10 Feb 23:02
Compare
Choose a tag to compare
  • Fixed Compat module crashing on servers
  • Improved detection of jar by the Minecraft Dev IDEA plugin