Increased max blur intensity & Working screen overrides

- EMI compat now works using forced blur
- Iris shader screen is now sooo much smoother
This commit is contained in:
Martin Prokoph
2024-09-06 23:33:10 +02:00
parent f68048d955
commit 8817e18a55
14 changed files with 41 additions and 112 deletions

View File

@@ -39,7 +39,7 @@ public class BlurConfig extends MidnightConfig {
@Entry(category = SCREENS) // Screens where Blur+ should not apply transition effects (mostly dynamically blurred screens)
public static List<String> excludedScreens = Lists.newArrayList("net.irisshaders.iris.gui.screen.ShaderPackScreen");
@Entry(category = SCREENS) // Screens where the vanilla blur effect should be force enabled
public static List<String> forceEnabledScreens = Lists.newArrayList();
public static List<String> forceEnabledScreens = Lists.newArrayList("dev.emi.emi.screen.RecipeScreen");
@Entry(category = SCREENS) // Screens where the vanilla blur effect should be force disabled
public static List<String> forceDisabledScreens = Lists.newArrayList();