Add colorwheel fall back mode to support TFG 2.0.4 (#2425)
title pretty self explanatory Signed-off-by: woopSmile <tristanjobin@gmail.com>
This commit is contained in:
parent
e06ca51081
commit
88824c5282
1 changed files with 6 additions and 0 deletions
6
config/colorwheel-client.toml
Normal file
6
config/colorwheel-client.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#Should display a message when an incompatible shaderpack is used.
|
||||
alertIncompatiblePack = true
|
||||
#Should display a message when a broken shaderpack is used.
|
||||
alertBrokenPack = true
|
||||
#Should fallback mode be used for non supported shaderpacks.
|
||||
enableFallbackMode = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue