1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-21 09:55:29 +02:00

Disable snow in deserts, improve puddle clustering

This commit is contained in:
Till Affeldt
2020-05-29 21:53:33 +02:00
parent da4062206d
commit 920f80e044
5 changed files with 112 additions and 33 deletions

View File

@ -7,7 +7,15 @@ local conditions = {
max_heat = 45,
min_humidity = 65,
min_windspeed = 2.5,
daylight = 15
daylight = 15,
not_biome = {
"cold_desert",
"cold_desert_ocean",
"desert",
"desert_ocean",
"sandstone_desert",
"sandstone_desert_ocean"
}
}
local effects = {}