mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-05 09:50:34 +02:00
Add skybox merging utility, remove date bases heat, tweak noise settings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user