mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-21 01:40:29 +02:00
Fix speed buff effect, update to new wind influences, tinker with skybox effect
This commit is contained in:
@ -8,7 +8,7 @@ local conditions = {
|
||||
|
||||
local function generate_effects(params)
|
||||
local override = {}
|
||||
local wind = vector.new(params.wind_x, 0, params.wind_z)
|
||||
local wind = climate_api.environment.get_wind()
|
||||
|
||||
override["climate_api:skybox"] = {
|
||||
cloud_data = {
|
||||
|
Reference in New Issue
Block a user