promotional bannermobile promotional banner

UniMixins

A Mixin loader designed for maximum compatibility.

File Details

UniMixins 0.1.13

  • R
  • Nov 1, 2023
  • 4.89 MB
  • 1.2K
  • 1.7.10
  • Forge

File Name

+unimixins-all-1.7.10-0.1.13.jar

Supported Versions

  • 1.7.10

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:unimixins-826970:4830853")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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