Skip to content

Commit

Permalink
Reduce rain ripple default density to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Feb 18, 2025
1 parent be122da commit 1b318ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class EffectiveConfig extends MidnightConfig {
@Entry(category = visuals, min = 0, max = 10, isSlider = true)
public static float lapisBlockUpdateParticleChance = 1;
@Entry(category = visuals, min = 0, max = 10, isSlider = true)
public static int rainRippleDensity = 5;
public static int rainRippleDensity = 1;
@Entry(category = visuals)
public static boolean glowingPlankton = true;
@Entry(category = visuals)
Expand Down

0 comments on commit 1b318ad

Please sign in to comment.