mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-16 03:35:10 +01:00
feat: add mirror of blur radius to config screen
- The blur radius can normally be configured in Minecraft's Accessibility settings. However, this has caused confusion for some users, so it can now also be configured via the config screen.
This commit is contained in:
@@ -4,13 +4,15 @@
|
||||
"package": "eu.midnightdust.blur.mixin",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"client": [
|
||||
"MixinScreen",
|
||||
"ScreenAccessor",
|
||||
"MixinHandledScreen",
|
||||
"MixinMinecraftClient",
|
||||
"MixinGameOptions",
|
||||
"MixinGameRenderer",
|
||||
"MixinHandledScreen",
|
||||
"MixinInGameHud",
|
||||
"MixinGameOptions"
|
||||
"MixinMidnightConfigScreen",
|
||||
"MixinMidnightSliderWidget",
|
||||
"MixinMinecraftClient",
|
||||
"MixinScreen",
|
||||
"ScreenAccessor"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
||||
Reference in New Issue
Block a user