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:
parent
eb79d1d85b
commit
e84254ee4e
2 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue