You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Early loading is a fairly critical problem anyway. Even if you don’t want to mix into that class someone else might want to. Nothing should ever be early loaded like that.
See ishland/EarlyLoadingScreen#1
It appears that Mixin is checking whether the class is loaded before calling
shouldApplyMixin
, causing this to happen:Mixin/src/main/java/org/spongepowered/asm/mixin/transformer/MixinInfo.java
Lines 940 to 956 in 9213536
The text was updated successfully, but these errors were encountered: