Skip to content

Commit

Permalink
Add priority to lwjgl remap
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Dec 18, 2024
1 parent 8b222dc commit 8f4b50f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ public byte[] transform(String s, String s1, byte[] bytes) {
return out.toByteArray();
}

@Override
public int getPriority() {
return Integer.MAX_VALUE;
}

static class LWJGLXRemapper extends Remapper {

@Override
Expand Down

0 comments on commit 8f4b50f

Please sign in to comment.