Slow down weather changes

This commit is contained in:
Till Affeldt
2020-10-08 15:43:13 +02:00
parent dbce69be3b
commit a3d4dd446d
2 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
local GSCYCLE = 0.03 * climate_mod.settings.tick_speed -- only process event loop after this amount of time
local WORLD_CYCLE = 15.00 * climate_mod.settings.tick_speed -- only update global environment influences after this amount of time
local WORLD_CYCLE = 30.00 * climate_mod.settings.tick_speed -- only update global environment influences after this amount of time
local function is_connected(playername)
local connected = minetest.get_connected_players()