minetest-mod-snow/config.lua

11 lines
210 B
Lua
Raw Normal View History

2012-07-22 18:27:54 +12:00
--This file contains configuration options for snow mod.
2012-12-18 11:14:27 +13:00
--Enables falling snow.
snow.enable_snowfall = false
2012-07-22 18:27:54 +12:00
--Enables debuging.
snow.debug = false
--Enables smooth transition of biomes.
2012-09-04 11:05:54 +12:00
snow.smooth = true