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
For this case I could probably work around it with remap=false, but that wouldn't help with another Mixin I have targeting all three constructors with @Redirect that uses an MC type in its @At target.
The text was updated successfully, but these errors were encountered:
The following Mixin to
PalettedContainer
works fine in-dev but doesn't work in production due to broken remapping:It gets remapped to
which causes it to only match a single target.
For this case I could probably work around it with
remap=false
, but that wouldn't help with another Mixin I have targeting all three constructors with@Redirect
that uses an MC type in its@At
target.The text was updated successfully, but these errors were encountered: