kikugie / elytra-trims

Lightweight and customizable support for trimmable elytras
https://modrinth.com/mod/elytra-trims
GNU Lesser General Public License v3.0
23 stars 8 forks source link

Mixin config plugin breaks mixins for other mods #38

Closed Linguardium closed 5 months ago

Linguardium commented 5 months ago

https://github.com/kikugie/elytra-trims/blob/f031b2df54baeb8f4db17ce9cd5202fdf4deca67/src/main/java/dev/kikugie/elytratrims/common/plugin/ETMixinPlugin.java#L23

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