mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
10 lines
359 B
TOML
Executable file
10 lines
359 B
TOML
Executable file
|
|
#Client settings
|
|
[client]
|
|
#Should the hunger bar have a gilded overlay when the player has the Nourishment effect?
|
|
nourishmentHungerOverlay = true
|
|
#Should the health bar have a silver sheen when the player has the Comfort effect?
|
|
comfortHealthOverlay = true
|
|
#Should meal and drink tooltips display which effects they provide?
|
|
foodEffectTooltip = true
|
|
|