mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-19 20:44:53 -04:00
Implement sounds, enable start and stop events
This commit is contained in:
parent
2090aff6bd
commit
299d520af6
9 changed files with 146 additions and 22 deletions
|
@ -31,5 +31,5 @@ local function remove_effect(player_data)
|
|||
end
|
||||
|
||||
climate_api.register_effect("climate_api:skybox", handle_effect, "tick")
|
||||
climate_api.register_effect("climate_api:skybox", remove_effect, "end")
|
||||
climate_api.register_effect("climate_api:skybox", remove_effect, "stop")
|
||||
climate_api.set_effect_cycle("climate_api:skybox", climate_api.LONG_CYCLE)
|
Loading…
Add table
Add a link
Reference in a new issue