Closed
Issue #2 · created by Matthew Messinger · ·

[1.8.9] Mixin mods not loading in time

I think the issue lies in the Enumerator. While tweaks and transformers are injected, mixin is neglected.

http://develop.liteloader.com/liteloader/LiteLoader/blob/1.8.9/src/main/java/com/mumfrey/liteloader/core/LiteLoaderEnumerator.java#L651

When registering the mixin config, the actual file doesn't exist on the classpath yet.

https://gist.github.com/killjoy1221/8d257462706fe2baa4bf

2 participants
liteloader/LiteLoader#2