mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-20 09:20:29 +02:00
Enable snow setting, update presets to renamed lighting condition
This commit is contained in:
@ -6,7 +6,14 @@ local conditions = {
|
||||
min_heat = 50,
|
||||
max_humidity = 25,
|
||||
min_windspeed = 6,
|
||||
min_light = 15
|
||||
min_daylight = 15,
|
||||
has_biome = {
|
||||
"desert",
|
||||
"sandstone_desert",
|
||||
"cold_desert",
|
||||
"grassland_dunes",
|
||||
"coniferous_forest_dunes"
|
||||
}
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
Reference in New Issue
Block a user