Add skybox merging utility, remove date bases heat, tweak noise settings

This commit is contained in:
Till Affeldt
2020-04-24 01:35:07 +02:00
parent c9d0cfca21
commit e24b0340e5
11 changed files with 193 additions and 103 deletions

View File

@ -38,6 +38,8 @@ function api.register_influence(name, func)
end
function api.register_abm(config)
if not climate_mod.settings.block_updates then return end
local conditions = config.conditions
local action = config.action
local pos_override = config.pos_override