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:
@ -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
|
||||
|
Reference in New Issue
Block a user