mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-17 12:15:10 +01:00
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:
@@ -26,6 +26,9 @@
|
||||
"blur.midnightconfig.gradientEndAlpha": "Gradient End Alpha",
|
||||
"blur.midnightconfig.gradientRotation": "Gradient Rotation",
|
||||
"blur.midnightconfig.excludedScreens": "Excluded Screens",
|
||||
"blur.midnightconfig.forceEnabledScreens": "Screens where blur should be force-enabled",
|
||||
"blur.midnightconfig.forceDisabledScreens": "Screens where blur should be force-disabled"
|
||||
"blur.midnightconfig.excludedScreens.tooltip": "Screens that Blur+ should not animate",
|
||||
"blur.midnightconfig.forceEnabledScreens": "Force-enabled Screens",
|
||||
"blur.midnightconfig.forceEnabledScreens.tooltip": "Screens where the vanilla blur effect should be force-enabled\nMight not work 100% of the time",
|
||||
"blur.midnightconfig.forceDisabledScreens": "Force-disabled Screens",
|
||||
"blur.midnightconfig.forceDisabledScreens.tooltip": "Screens where the vanilla blur effect should be force-disabled"
|
||||
}
|
||||
@@ -9,7 +9,8 @@
|
||||
"MixinHandledScreen",
|
||||
"MixinMinecraftClient",
|
||||
"MixinGameRenderer",
|
||||
"MixinInGameHud"
|
||||
"MixinInGameHud",
|
||||
"MixinGameOptions"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "eu.midnightdust.blur.mixin",
|
||||
"plugin": "eu.midnightdust.blur.mixin.BlurMixinPlugin",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"client": [
|
||||
"emi.MixinRecipeScreen"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user