Skip to content

Commit 71a121a

Browse files
committed
Update Optifine Compat
1 parent 1090587 commit 71a121a

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

src/main/java/fr/catcore/fabricatedforge/mixin/FabricatedForgeMixinPlugin.java

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,23 @@ public String getRefMapperConfig() {
2424
}
2525

2626
private static List<String> OPTIFINE_OVERRIDES = Arrays.asList(
27-
"asl",
28-
"asn",
29-
"atj",
30-
"auo",
31-
"azy",
32-
"bac",
33-
"bak",
34-
"bam",
35-
"bao",
36-
"bap",
37-
"baq",
38-
"bas",
27+
"ast",
28+
"asv",
29+
"atq",
30+
"auv",
31+
"baj",
32+
"ban",
3933
"bau",
4034
"bav",
41-
"bdo",
35+
"bax",
36+
"baz",
37+
"bba",
38+
"bbb",
39+
"bbd",
40+
"bbf",
41+
"bbg",
42+
"bce",
43+
"bdz",
4244
"ik",
4345
"il",
4446
"kc",

0 commit comments

Comments
 (0)