FabricMC/Mixin

Mixin compat suffers from note decoration over-sharing

sfPlayer1 opened this issue · 0 comments

node.<LocalVariableNode[]>decorate(CallbackInjector.LOCALS_KEY, locals);
needs to be also tied to this or the compat level. Without that two mixins for the same node may not always see their expected set of compat level dependent locals.