Blur 3.1.0 - 1.20 & Fade Out Fix

- Update to 1.20
- Fix fade out applying to screens without blur
- Enable fade out effect by default
This commit is contained in:
Motschen
2023-06-10 16:42:44 +02:00
parent 98b398ab6c
commit b4efd59322
5 changed files with 24 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ public class BlurConfig extends MidnightConfig {
@Entry(category = style, min = 0, max = 5000, width = 4)
public static int fadeTimeMillis = 200;
@Entry(category = style, min = 0, max = 5000, width = 4)
public static int fadeOutTimeMillis = 0;
public static int fadeOutTimeMillis = 200;
@Entry(category = style)
public static boolean ease = true;
@Entry(category = style, isSlider = true, min = 0, max = 100)