Skip to content

Commit 816084c

Browse files
committed
Attempt to fix compatibility with Industrial Upgrade
1 parent 9653953 commit 816084c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/io/github/opencubicchunks/cubicchunks/core/util/CompatHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ public class CompatHandler {
6464
"fossil",
6565
"realistictorches",
6666
"iceandfire",
67-
"tg" // ThaumicGadgets
67+
"tg", // ThaumicGadgets
68+
"industrialupgrade"
6869
);
6970

7071
private static final Set<String> POPULATE_EVENT_PRE_FAKE_HEIGHT = ImmutableSet.of(

0 commit comments

Comments
 (0)