added config files

This commit is contained in:
2024-09-25 03:12:49 +02:00
parent 9a84b7a147
commit e028f16b78
373 changed files with 16567 additions and 0 deletions

21
config/blur.json Normal file
View File

@@ -0,0 +1,21 @@
{
"configVersion": 2,
"blurContainers": true,
"fadeTimeMillis": 300,
"fadeOutTimeMillis": 300,
"animationCurve": "FLAT",
"useGradient": true,
"gradientStart": "#000000",
"gradientStartAlpha": 75,
"gradientEnd": "#000000",
"gradientEndAlpha": 75,
"gradientRotation": 0,
"rainbowMode": false,
"excludedScreens": [
"net.irisshaders.iris.gui.screen.ShaderPackScreen"
],
"forceEnabledScreens": [
"dev.emi.emi.screen.RecipeScreen"
],
"forceDisabledScreens": []
}