mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
25 lines
1.1 KiB
TOML
Executable file
25 lines
1.1 KiB
TOML
Executable file
|
|
#General mod settings
|
|
[general]
|
|
#-
|
|
Storm_NoSnowstorms = false
|
|
#-
|
|
Snowstorm_UseGlobalServerRate = false
|
|
#-
|
|
#Range: > -2147483648
|
|
Snowstorm_OddsTo1 = 30
|
|
#Time between snowstorms for either each player or entire server depending on if global rate is on, default: 3 client days
|
|
#Range: > -2147483648
|
|
Snowstorm_TimeBetweenInTicks = 72000
|
|
#Amount of game ticks between snow buildup iterations, keep it high to prevent client side chunk tick spam that destroys FPS
|
|
#Range: > -2147483648
|
|
Snowstorm_Snow_Buildup_TickRate = 40
|
|
#Base amount of loops done per iteration, scaled by the snowstorms intensity (value given here is the max possible), eg: at max storm intensity, every 40th tick, itll try to build up snow in 800 places around the storm
|
|
#Range: > -2147483648
|
|
Snowstorm_Snow_Buildup_LoopAmountBase = 800
|
|
#Max height of snow allowed to buildup against something, higher = things get more buried over time
|
|
#Range: > -2147483648
|
|
Snowstorm_Snow_Block_Max_Height = 5
|
|
#Allow layered snow blocks to buildup outside cold biomes where snowstorm is
|
|
Snowstorm_Snow_Buildup_AllowOutsideColdBiomes = true
|
|
|