
Mixin config plugin breaks mixins for other mods
Linguardium opened this issue ยท 0 comments
Referencing MC classes (or classes that init mc classes) in a preload event like a mixin config plugin's onLoad, will prematurely load the MC classes and break mixins for all of the classes that are accidentally loaded there.
Remove all references to any class that loads MC classes