Populated the default config folder - it turns out there are certain configs that are created for each world, you can copy world configs here and they will become the defaults for each world. day and night time is 5 times longer. You can sleep in bed, but it no longer advances the time for any reason. Sleep is for the weak. no longer go immediately insane upon dimension change, but it's still VERY detrimental and immediate round trips are still awful. rain is now only mildly detrimental to sanity, in most scenarios rain will not cause your sanity to drop but reduce how fast it rises. Added akashic tome, this lets us bundle mod documentation into one damn book. Shaders have been messed with, feel free to edit these.
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
|
|
|