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 504238879e.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user