fix blurry tacz refit screen (#1360)

* Update ULV_guns.zip

* fix: blurry tacz refit screen

added tacz refit screen class to blur excluded screens list

* Revert "Update ULV_guns.zip"

This reverts commit 504238879e2d7737ad8e299d7900d6bba6fc811e.
This commit is contained in:
Zippity 2025-07-17 17:33:44 -07:00 committed by GitHub
parent eb79d1d85b
commit e84254ee4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[screens]
blurExclusions = ["net.minecraft.client.gui.screens.ChatScreen", "com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen", "ai.arcblroth.projectInception.client.InceptionInterfaceScreen", "net.optifine.gui.GuiChatOF", "baritone.", "io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen", "net.coderbot.iris.gui.screen.ShaderPackScreen", "eu.midnightdust.midnightcontrols.client.gui.TouchscreenOverlay"]
blurExclusions = ["net.minecraft.client.gui.screens.ChatScreen", "com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen", "ai.arcblroth.projectInception.client.InceptionInterfaceScreen", "net.optifine.gui.GuiChatOF", "baritone.", "io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen", "net.coderbot.iris.gui.screen.ShaderPackScreen", "eu.midnightdust.midnightcontrols.client.gui.TouchscreenOverlay", "com.tacz.guns.client.gui.GunRefitScreen"]
showScreenTitle = false
strangeEffect = false

View file

@ -5,7 +5,8 @@
"ai.arcblroth.projectInception.client.InceptionInterfaceScreen",
"net.optifine.gui.GuiChatOF",
"io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen",
"net.coderbot.iris.gui.screen.ShaderPackScreen"
"net.coderbot.iris.gui.screen.ShaderPackScreen",
"com.tacz.guns.client.gui.GunRefitScreen"
],
"fadeTimeMillis": 200,
"ease": true,