Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/howardzhy/liteloader-legacymixin-fix
Guide to fix Unsupported mixin class version 52. Mixin requires compatibility level JAVA_8 or above for 1.8.9 y 1.12.2
https://github.com/howardzhy/liteloader-legacymixin-fix
liteloader liteloader-mod minecraft mixins
Last synced: about 1 month ago
JSON representation
Guide to fix Unsupported mixin class version 52. Mixin requires compatibility level JAVA_8 or above for 1.8.9 y 1.12.2
- Host: GitHub
- URL: https://github.com/howardzhy/liteloader-legacymixin-fix
- Owner: HowardZHY
- Created: 2022-03-15T15:49:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-27T19:53:28.000Z (over 1 year ago)
- Last Synced: 2023-05-27T21:00:45.924Z (over 1 year ago)
- Topics: liteloader, liteloader-mod, minecraft, mixins
- Homepage:
- Size: 12.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Liteloader-LegacyMixin-Fix
Sometimes we found some mods that have mixin cannot load with Liteloader.org.spongepowered.asm.mixin.transformer.InvalidMixinException: Unsupported mixin class version 52. Mixin requires compatibility level JAVA_8 or above.
That was caused Liteloader's mixin is really outdated(The 1.8.9 one is 0.5, and the 1.12.2 one is 0.7)
If you met that, please make sure:
1. Liteloader was only put in mods folder, NOT installed as a library.
2. Make sure there's a mod loads mixins before Liteloader like !mixinbooter-7.1.jar.
3. Replace outdated MixinBootStrap to other mixin loaders if ur game crashed. Might also try Mixin 0.7-0.8 Compatibility if you have multiple mods with mixins.
PS: this WON'T fix mixin conflicts like https://github.com/CCBlueX/LiquidBounce/issues/733 ask mod author if u meet failed to launch like this.