1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-20 17:30:31 +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

@ -5,7 +5,15 @@ local conditions = {
max_height = regional_weather.settings.max_height,
max_heat = 30,
min_humidity = 65,
daylight = 15
daylight = 15,
not_biome = {
"cold_desert",
"cold_desert_ocean",
"desert",
"desert_ocean",
"sandstone_desert",
"sandstone_desert_ocean"
}
}
local effects = {}