add default configs :3
This commit is contained in:
parent
9056c04210
commit
2c7b2bf868
133 changed files with 7853 additions and 1 deletions
19
config/yosbr/blur.json
Normal file
19
config/yosbr/blur.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"blurExclusions": [
|
||||
"net.minecraft.class_408",
|
||||
"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"
|
||||
],
|
||||
"fadeTimeMillis": 200,
|
||||
"fadeOutTimeMillis": 200,
|
||||
"ease": true,
|
||||
"radius": 8,
|
||||
"gradientStart": "#000000",
|
||||
"gradientStartAlpha": 75,
|
||||
"gradientEnd": "#000000",
|
||||
"gradientEndAlpha": 75,
|
||||
"showScreenTitle": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue