2018-04-23 11:26:07 +02:00
|
|
|
#The gravity of thrown snowballs.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_snowball_gravity (Snowball Gravity) float 0.91
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#How fast players throw snowballs.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_snowball_velocity (Snowball Velocity) float 19
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#Enable/Disable sleds.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_sleds (Enable Sleds) bool true
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#Enables falling snow.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_enable_snowfall (Enable Snowfall) bool true
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#Reduces the amount of resources and fps used by snowfall.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_lighter_snowfall (Use Light Snowfall) bool false
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#Enables debug output. Currently it only prints mgv6 info.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_debug (Debug Mode) bool false
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#Disable this to remove christmas saplings from being found.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_christmas_content (Enable Christmas Content) bool true
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#Enables debug output. Currently it only prints mgv6 info.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_smooth_biomes (Smooth Biome Transitions) bool true
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#The minumum height a snow biome will generate (mgv7)
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_min_height (Minumum Height for Snow Biomes) int 3
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#Disable this to stop snow from being smoothed.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_smooth_snow (Multiple Snow Levels) bool true
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#mapgen rarity in %.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_mapgen_rarity (Snow Biome Rarity %) float 18
|
2018-04-23 11:26:07 +02:00
|
|
|
|
|
|
|
#size of the generated… (has an effect to the rarity, too)
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_mapgen_size (Snow Biome Size) float 210
|
2018-04-23 12:28:55 +02:00
|
|
|
|
|
|
|
#Minetest finally has capable snow biomes by default, lets not mess it up with the old snowgen.
|
2018-08-07 15:39:28 +02:00
|
|
|
snow_disable_mapgen (Disable mod-generated biomes) bool true
|