Bump version number

This commit is contained in:
Till Affeldt 2020-05-13 16:04:18 +02:00
parent d4e00db432
commit c35cacc08f
2 changed files with 2 additions and 4 deletions

View File

@ -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")

View File

@ -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.