mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-18 04:35:10 +01:00
Fix formatting that was changed
This commit is contained in:
@@ -46,7 +46,7 @@ public class Blur implements ClientModInitializer {
|
||||
public static final String VERSION = "@VERSION@";
|
||||
|
||||
static class ConfigJson {
|
||||
String[] blurExclusions = new String[]{ChatScreen.class.getName()};
|
||||
String[] blurExclusions = new String[]{ ChatScreen.class.getName() };
|
||||
int fadeTimeMillis = 200;
|
||||
int radius = 8;
|
||||
String gradientStartColor = "75000000";
|
||||
|
||||
Reference in New Issue
Block a user