forked from mtcontrib/minetest-mod-snow
11 lines
210 B
Lua
11 lines
210 B
Lua
--This file contains configuration options for snow mod.
|
|
|
|
--Enables falling snow.
|
|
snow.enable_snowfall = false
|
|
|
|
--Enables debuging.
|
|
snow.debug = false
|
|
|
|
--Enables smooth transition of biomes.
|
|
snow.smooth = true
|