Skip to content

Commit

Permalink
Update Optifine Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Oct 21, 2024
1 parent ef873d4 commit d30e96c
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ public String getRefMapperConfig() {
}

private static List<String> OPTIFINE_OVERRIDES = Arrays.asList(
"ard",
"arf",
"asb",
"asi",
"ask",
"atg",
"ayp",
"ayt",
"ayy",
"ayz",
"azb",
"azc",
"azd",
"azf",
"azh",
"azi",
"ib",
"ic",
"jy",
"ln"
"aul",
"azu",
"azy",
"bad",
"baf",
"bah",
"bai",
"baj",
"bal",
"ban",
"bao",
"ij",
"ik",
"kg",
"mc"
);

@Override
Expand Down

0 comments on commit d30e96c

Please sign in to comment.