1
0
mirror of https://github.com/Splizard/minetest-mod-snow.git synced 2025-06-30 23:30:22 +02:00

Call this 4.0.

This commit is contained in:
Quentin Quaadgras
2018-04-23 22:57:50 +12:00
parent 1b4cc3e94c
commit 5b4e705055
4 changed files with 29 additions and 41 deletions

View File

@ -27,6 +27,10 @@ if snow.disable_mapgen == nil then
snow.disable_mapgen = true
end
if snow.enable_snowfall == nil then
snow.enable_snowfall = true
end
-- functions for dynamically changing settings
local on_configurings,n = {},1