Change default config value

100 -> 200
This commit is contained in:
BallOfEnergy 2024-07-02 03:20:24 -05:00 committed by GitHub
parent 604849c3a7
commit ee32fff9be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ public class GeneralConfig {
public static boolean enableSteamParticles = true;
public static boolean enableSoundExtension = true;
public static boolean enableMekanismChanges = true;
public static int normalSoundChannels = 100;
public static int normalSoundChannels = 200;
public static int hintPos = 0;
public static boolean enableExpensiveMode = false;