minetest-mod-snow/config.lua

11 lines
209 B
Lua
Raw Normal View History

2012-07-22 08:27:54 +02:00
--This file contains configuration options for snow mod.
2012-12-17 23:14:27 +01:00
--Enables falling snow.
2012-12-20 22:07:28 +01:00
snow.enable_snowfall = true
2012-07-22 08:27:54 +02:00
--Enables debuging.
snow.debug = false
--Enables smooth transition of biomes.
2012-09-04 01:05:54 +02:00
snow.smooth = true