mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-03-15 06:31:22 +00:00
Bump version number
This commit is contained in:
parent
d4e00db432
commit
c35cacc08f
2 changed files with 2 additions and 4 deletions
|
@ -40,6 +40,4 @@ local function remove_effect(player_data)
|
|||
end
|
||||
|
||||
climate_api.register_effect(EFFECT_NAME, handle_effect, "tick")
|
||||
climate_api.register_effect(EFFECT_NAME, remove_effect, "stop")
|
||||
|
||||
climate_api.set_effect_cycle(EFFECT_NAME, climate_api.SHORT_CYCLE)
|
||||
climate_api.register_effect(EFFECT_NAME, remove_effect, "stop")
|
2
mod.conf
2
mod.conf
|
@ -1,7 +1,7 @@
|
|||
name = climate_api
|
||||
title = Climate API
|
||||
author = TestificateMods
|
||||
release = 2
|
||||
release = 10000
|
||||
optional_depends = player_monoids, playerphysics, pova
|
||||
description = """
|
||||
A powerful engine for weather presets and visual effects.
|
||||
|
|
Loading…
Add table
Reference in a new issue