Change sonic glasses default opacity

This commit is contained in:
Bartek Bok 2017-12-23 14:15:10 +01:00
parent a84b51f562
commit dd04de0bb6
No known key found for this signature in database
GPG Key ID: D4AB7344B821F0B5

View File

@ -131,7 +131,7 @@ public class Config {
@OnLineModifiable
@ConfigProperty(category = "glasses", name = "opacity", comment = "0.0 - no visible change to world, 1.0 - world fully obscured")
public static double sonicGlassesOpacity = 0.95;
public static double sonicGlassesOpacity = 0.7;
@OnLineModifiable
@ConfigProperty(category = "glasses", name = "useTexture", comment = "Use texture for obscuring world")