17 lines
668 B
TOML
17 lines
668 B
TOML
|
|
["Dungeon's Delight Client Config"]
|
|
|
|
["Dungeon's Delight Client Config"."Client Configuration"]
|
|
#Client Configuration Toggles
|
|
#Should monster effects have special background textures? (default: true)
|
|
monsterEffectBackground = false
|
|
#Should spawner blocks emit green flame particles? (default: true)
|
|
spawnersEmitGreenFlames = true
|
|
#Should the Voracity status effect overlay a texture? (default: true)
|
|
voracityOverlay = true
|
|
#Should the Voracity overlay be half transparent for easier visibility? (default: false)
|
|
voracityTransparency = false
|
|
#Should the Ravenous Rush status effect overlay a texture? (default: true)
|
|
ravenousRushOverlay = true
|
|
|