mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 10:00:26 +01:00
21 lines
689 B
Plaintext
Executable File
21 lines
689 B
Plaintext
Executable File
# Enables falling snow.
|
|
enable_snowfall = true
|
|
# Disable this to stop snow from being smoothed.
|
|
smooth_snow = true
|
|
# Disable this to remove christmas saplings from being found.
|
|
christmas_content = true
|
|
# The minumum height a snow biome will generate (mgv7)
|
|
min_height = 50
|
|
# The gravity of thrown snowballs
|
|
snowball_gravity = 0.91743119266055
|
|
# Disable this to prevent sleds from being riden.
|
|
sleds = true
|
|
# Enables smooth transition of biomes (mgv6)
|
|
smooth_biomes = true
|
|
# Reduces the amount of resources and fps used by snowfall.
|
|
lighter_snowfall = false
|
|
# How fast players throw snowballs
|
|
snowball_velocity = 19
|
|
# Enables debug output. Currently it only prints mgv6 info.
|
|
debug = false
|