Skip to content

Commit

Permalink
Update EffectiveConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor4t committed Nov 1, 2022
1 parent c74d0c0 commit a919cdf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/main/java/ladysnake/effective/client/EffectiveConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,12 @@ public class EffectiveConfig extends MidnightConfig {
@Entry
public static boolean glowsquidHypnotizeAttractCursor = true;

@Hidden
@Entry
public static boolean enableAllayTrails = false;
public static boolean enableAllayTrails = true;

@Hidden
@Entry(min = 0, max = 100)
public static int allayTwinkleDensity = 5;

@Hidden
@Entry
public static boolean goldenAllays = false;
public static boolean goldenAllays = true;
}

0 comments on commit a919cdf

Please sign in to comment.