neuralgia/config/blur.json
Zippity e84254ee4e
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.
2025-07-18 01:33:44 +01:00

17 lines
No EOL
581 B
JSON

{
"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",
"io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen",
"net.coderbot.iris.gui.screen.ShaderPackScreen",
"com.tacz.guns.client.gui.GunRefitScreen"
],
"fadeTimeMillis": 200,
"ease": true,
"radius": 8.0,
"gradientStart": 0,
"gradientEnd": 0,
"showScreenTitle": false
}