mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-20 09:20:29 +02:00
Add additional constraints
This commit is contained in:
@ -8,7 +8,16 @@ local conditions = {
|
||||
max_windspeed = 2,
|
||||
max_heat = 50,
|
||||
min_time = 4 / 24,
|
||||
max_time = 8 / 24
|
||||
max_time = 8 / 24,
|
||||
not_biome = {
|
||||
"cold_desert",
|
||||
"cold_desert_ocean",
|
||||
"desert",
|
||||
"desert_ocean",
|
||||
"sandstone_desert",
|
||||
"sandstone_desert_ocean",
|
||||
"tundra"
|
||||
}
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
Reference in New Issue
Block a user