You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
596 B
18 lines
596 B
# Whether you are running a legacy minetest version (auto-detected). |
|
legacy = false |
|
# Enables falling snow. |
|
enable_snowfall = false |
|
# 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. |
|
min_height = 3 |
|
# Disable this to prevent sleds from being riden. |
|
sleds = true |
|
# Enables debug output. |
|
debug = false |
|
# Reduces the amount of resources and fps used by snowfall. |
|
lighter_snowfall = false |
|
# Enables smooth transition of biomes |
|
smooth_biomes = true
|
|
|