Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
UniMixins

UniMixins

A Mixin loader designed for maximum compatibility.

228.8k
27
Library

Compatibility

Minecraft: Java Edition

1.7.10

Platforms

Forge

Supported environments

Client-side
Server-side
Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server

Creators

makamys
makamys Owner
FalsePattern
FalsePattern Contributor
mitchej123
mitchej123 Contributor
timeconqueror
timeconqueror Contributor

Details

Licensed Mixed
Published 2 years ago
Updated 2 weeks ago
DescriptionChangelogVersions
1
2

UniMixins 0.1.22

by makamys on Jul 12, 2025
Download

What's Changed

  • Fix NPE introduced in https://github.com/LegacyModdingMC/UniMixins/pull/50 by @Alexdoru in https://github.com/LegacyModdingMC/UniMixins/pull/51

Full Changelog: https://github.com/LegacyModdingMC/UniMixins/compare/0.1.21...0.1.22

UniMixins 0.1.21

by makamys on Jul 12, 2025
Download

What's Changed

  • Use debug level for printing enabled GTNH mixins by @amyavi in https://github.com/LegacyModdingMC/UniMixins/pull/41
  • Added support for OptiFineDevTweaker by @basdxz in https://github.com/LegacyModdingMC/UniMixins/pull/44
  • Bump ASM to 9.8 by @ah-OOG-ah in https://github.com/LegacyModdingMC/UniMixins/pull/47
  • Add general purpose Mixins / ASM transformers registration system by @Alexdoru in https://github.com/LegacyModdingMC/UniMixins/pull/48
  • Merge mixin classes in config file instead of overwriting it by @Taskeren in https://github.com/LegacyModdingMC/UniMixins/pull/50

New Contributors

  • @amyavi made their first contribution in https://github.com/LegacyModdingMC/UniMixins/pull/41
  • @basdxz made their first contribution in https://github.com/LegacyModdingMC/UniMixins/pull/44
  • @Alexdoru made their first contribution in https://github.com/LegacyModdingMC/UniMixins/pull/48
  • @Taskeren made their first contribution in https://github.com/LegacyModdingMC/UniMixins/pull/50

Full Changelog: https://github.com/LegacyModdingMC/UniMixins/compare/0.1.20...0.1.21

UniMixins 0.1.20

by makamys on Mar 2, 2025
Download

What's Changed

UniMix updated from 0.15.3 to 0.15.4.

  • Update release.yml by @mitchej123 in https://github.com/LegacyModdingMC/UniMixins/pull/38
  • Update CI by @ah-OOG-ah in https://github.com/LegacyModdingMC/UniMixins/pull/40
  • Bump mixin by @ah-OOG-ah in https://github.com/LegacyModdingMC/UniMixins/pull/39

New Contributors

  • @ah-OOG-ah made their first contribution in https://github.com/LegacyModdingMC/UniMixins/pull/40

Full Changelog: https://github.com/LegacyModdingMC/UniMixins/compare/0.1.19...0.1.20

UniMixins 0.1.19

by makamys on Oct 29, 2024
Download

What's Changed

  • Improved compat - Move GTNH LateMixins to pre-init by @mitchej123 in https://github.com/LegacyModdingMC/UniMixins/pull/37

Full Changelog: https://github.com/LegacyModdingMC/UniMixins/compare/0.1.18...0.1.19

UniMixins 0.1.18

by makamys on Oct 17, 2024
Download

What's Changed

  • New mixins 0.8.7, mixinextras 0.4.1, and ASM 9.7.1 by @mitchej123 in https://github.com/LegacyModdingMC/UniMixins/pull/30

Full Changelog: https://github.com/LegacyModdingMC/UniMixins/compare/0.1.17...01.18

UniMixins 01.18

by makamys on Oct 17, 2024
Download

What's Changed

  • New mixins 0.8.7, mixinextras 0.4.1, and ASM 9.7.1 by @mitchej123 in https://github.com/LegacyModdingMC/UniMixins/pull/30

Full Changelog: https://github.com/LegacyModdingMC/UniMixins/compare/0.1.17...01.18

UniMixins 0.1.17

by makamys on Mar 19, 2024
Download

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

UniMixins 0.1.16

by makamys on Feb 14, 2024
Download

MixinExtras module:

  • Updated to 0.3.5 (by @glowredman)

UniMixins 0.1.15

by makamys on Dec 25, 2023
Download

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.

UniMixins 0.1.14

by makamys on Nov 22, 2023
Download

MixinExtras module:

  • Updated to 0.2.1 (by @drori200)

UniMixins 0.1.13

by makamys on Nov 1, 2023
Download

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

UniMixins 0.1.12

by makamys on Oct 14, 2023
Download

MixinExtras module:

  • Updated to 0.2.0 (by @drori200)

UniMixins 0.1.11

by makamys on Jun 21, 2023
Download

MixinBooterLegacy module:

  • Fixed module not being functional (by @FIXxp)

UniMixins 0.1.10

by makamys on Jun 11, 2023
Download

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.)

UniMixins 0.1.9

by makamys on Jun 1, 2023
Download

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

UniMixins 0.1.8

by makamys on May 22, 2023
Download

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

UniMixins 0.1.7.1

by makamys on May 2, 2023
Download
  • Fixed hot swap agent not working. Now the UniMixins jar can be used as a java agent to enable mixin hot swapping.

UniMixins 0.1.7

by makamys on Apr 15, 2023
Download
  • 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

UniMixins 0.1.6

by makamys on Mar 29, 2023
Download
  • 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.

UniMixins 0.1.5

by makamys on Mar 4, 2023
Download

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
1
2

Modrinth is open source.

main@bd61f5d

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.