mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-25 20:00:20 +02:00
Fix speed buff effect, update to new wind influences, tinker with skybox effect
This commit is contained in:
@ -15,6 +15,14 @@ effects["climate_api:sound"] = {
|
||||
gain = 1
|
||||
}
|
||||
|
||||
effects["climate_api:skybox"] = {
|
||||
sky_data = {
|
||||
type = "plain",
|
||||
base_color = {r = 125, g = 142, b = 145},
|
||||
clouds = true
|
||||
}
|
||||
}
|
||||
|
||||
effects["climate_api:particles"] = {
|
||||
min_pos = {x=-9, y=7, z=-9},
|
||||
max_pos = {x= 9, y=7, z= 9},
|
||||
|
Reference in New Issue
Block a user