mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-11-18 15:40:21 +01:00
11 lines
223 B
Lua
11 lines
223 B
Lua
--This file contains configuration options for snow mod.
|
|
|
|
--Enables experimental falling snow.
|
|
snow.enable_snowfall = false
|
|
|
|
--Enables debuging.
|
|
snow.debug = false
|
|
|
|
--Enables smooth transition of biomes.
|
|
snow.smooth = true
|