Skip to content

Commit

Permalink
Attempt to fix compatibility with realistictorches mod, see #448 (com…
Browse files Browse the repository at this point in the history
  • Loading branch information
Barteks2x committed Aug 31, 2020
1 parent 283a3c7 commit d1628a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public class CompatHandler {
private static final Set<String> IWORLDGENERATOR_FAKE_HEIGHT = ImmutableSet.of(
"ic2",
"thaumcraft",
"fossil"
"fossil",
"realistictorches"
);

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

0 comments on commit d1628a2

Please sign in to comment.