We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9653953 commit 816084cCopy full SHA for 816084c
1 file changed
src/main/java/io/github/opencubicchunks/cubicchunks/core/util/CompatHandler.java
@@ -64,7 +64,8 @@ public class CompatHandler {
64
"fossil",
65
"realistictorches",
66
"iceandfire",
67
- "tg" // ThaumicGadgets
+ "tg", // ThaumicGadgets
68
+ "industrialupgrade"
69
);
70
71
private static final Set<String> POPULATE_EVENT_PRE_FAKE_HEIGHT = ImmutableSet.of(
0 commit comments