disable snow, minetest has snow already included

This commit is contained in:
tchncs 2015-12-22 21:23:59 +01:00
parent 9a0f306d2c
commit 4d7b5a6daf

View File

@ -8,8 +8,8 @@ local conf_table = config:to_table()
--look into readme.md how to change settings
local defaults = {
enable_snowing = "true",
enable_crafts = "false",
enable_snowing = "false",
enable_crafts = "true",
}
--if not in conf file, create it.