mirror of
https://github.com/t-affeldt/climate_api.git
synced 2025-07-05 01:40:38 +02:00
Make wind dependent on height, add additional control commands, improve docu
This commit is contained in:
2
init.lua
2
init.lua
@ -53,7 +53,7 @@ climate_mod.influences = {}
|
||||
climate_mod.current_weather = {}
|
||||
climate_mod.current_effects = {}
|
||||
climate_mod.forced_weather = {}
|
||||
climate_mod.forced_wind = nil
|
||||
climate_mod.forced_enviroment = {}
|
||||
|
||||
-- handle persistent mod storage
|
||||
climate_mod.state = dofile(modpath .. "/lib/datastorage.lua")
|
||||
|
Reference in New Issue
Block a user