11 lines
340 B
TOML
11 lines
340 B
TOML
|
|
||
|
#Client settings
|
||
|
[client]
|
||
|
#Set this to false will disable the food values tooltip.
|
||
|
showFoodValuesTooltip = true
|
||
|
#Set this to false will disable the food effect tooltip.
|
||
|
showFoodEffectsTooltip = true
|
||
|
#Set this to false will disable the special hunger bar overlay when the player has Gnaw's Gift effect.
|
||
|
gnawsGiftHungerOverlay = true
|
||
|
|