diff --git a/src/main/java/ladysnake/effective/client/world/WaterfallCloudGenerators.java b/src/main/java/ladysnake/effective/client/world/WaterfallCloudGenerators.java index 72b56b06..334fd37d 100644 --- a/src/main/java/ladysnake/effective/client/world/WaterfallCloudGenerators.java +++ b/src/main/java/ladysnake/effective/client/world/WaterfallCloudGenerators.java @@ -71,7 +71,7 @@ public boolean isOutofRange() { } public boolean tick() { - if (Config.enableWaterfallParticles) { + if (!Config.enableWaterfallParticles) { return true; }