Describe the feature
Replace @mixin(PlayerListHud.class) in \src\main\java\meteordevelopment\meteorclient\mixin\PlayerListHudMixin.java with:
@mixin(value = PlayerListHud.class, priority = 1100)
This explicitly sets the mixin target and increases its priority for better compatibility.
Before submitting a suggestion