mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-05 09:50:34 +02:00
Fix bugs, tweak weather configs, fix noise generator
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
local api = {}
|
||||
|
||||
api.SHORT_CYCLE = 0 -- for particles and fast animations
|
||||
api.DEFAULT_CYCLE = 0 -- for most effect types
|
||||
api.LONG_CYCLE = 0 -- for write operations and skybox changes
|
||||
api.SHORT_CYCLE = 0.03 -- for particles and fast animations
|
||||
api.DEFAULT_CYCLE = 0.1 -- for most effect types
|
||||
api.LONG_CYCLE = 0.5 -- for write operations and skybox changes
|
||||
|
||||
climate_mod.weathers = {}
|
||||
climate_mod.effects = {}
|
||||
|
Reference in New Issue
Block a user