tinkers_tinkering/overrides/config/defaultoptions/extra/config/darkmodeeverywhereshaders.json
Sergeant Acoustic 14d1c6196e Add Default Options mod + restructure configs
* Config files that should respect user configuration now go in
  config/defaultoptions/extra/config
2025-09-06 18:14:35 +01:00

52 lines
1.3 KiB
JSON

{
"shaders": [
null,
{
"texShaderLocation": {
"f_135804_": "darkmodeeverywhere",
"f_135805_": "dark_position_tex"
},
"texColorShaderLocation": {
"f_135804_": "darkmodeeverywhere",
"f_135805_": "dark_position_tex_color"
},
"displayName": {
"translate": "gui.darkmodeeverywhere.perfect_dark"
},
"divideFactor": 5.5,
"darkColorReplacement": 16777215
},
{
"texShaderLocation": {
"f_135804_": "darkmodeeverywhere",
"f_135805_": "dark_position_tex"
},
"texColorShaderLocation": {
"f_135804_": "darkmodeeverywhere",
"f_135805_": "dark_position_tex_color"
},
"displayName": {
"translate": "gui.darkmodeeverywhere.less_perfect_dark"
},
"divideFactor": 3.5,
"darkColorReplacement": 16777215
},
{
"texShaderLocation": {
"f_135804_": "darkmodeeverywhere",
"f_135805_": "dark_position_tex"
},
"texColorShaderLocation": {
"f_135804_": "darkmodeeverywhere",
"f_135805_": "dark_position_tex_color"
},
"displayName": {
"translate": "gui.darkmodeeverywhere.toasted_light"
},
"divideFactor": 2.0,
"darkColorReplacement": 16777215
}
],
"version": 2,
"selectedShaderIndex": 3
}