mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-25 11:50:21 +02:00
Update to new influences, improve rain skybox
This commit is contained in:
@ -7,7 +7,28 @@ local conditions = {
|
||||
min_humidity = 30,
|
||||
max_humidity = 40,
|
||||
max_windspeed = 2,
|
||||
min_daylight = 15
|
||||
daylight = 15,
|
||||
has_biome = {
|
||||
"default",
|
||||
"deciduous_forest",
|
||||
"deciduous_forest_ocean",
|
||||
"deciduous_forest_shore",
|
||||
"grassland",
|
||||
"grassland_dunes",
|
||||
"grassland_ocean",
|
||||
"snowy_grassland",
|
||||
"snowy_grassland_ocean",
|
||||
"grassy",
|
||||
"grassy_ocean",
|
||||
"grassytwo",
|
||||
"grassytwo_ocean",
|
||||
"mushroom",
|
||||
"mushroom_ocean",
|
||||
"plains",
|
||||
"plains_ocean",
|
||||
"sakura",
|
||||
"sakura_ocean"
|
||||
}
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
Reference in New Issue
Block a user