mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-08-02 16:30:30 +02:00
Update to new influences, improve rain skybox
This commit is contained in:
@ -5,7 +5,7 @@ local conditions = {
|
||||
max_height = regional_weather.settings.max_height,
|
||||
min_heat = 40,
|
||||
min_humidity = 65,
|
||||
min_daylight = 15
|
||||
daylight = 15
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
@ -15,14 +15,6 @@ 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