mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-21 09:55:29 +02:00
Change weather to be outside only, add underground skybox, add hud overlays
This commit is contained in:
@ -5,7 +5,8 @@ local conditions = {
|
||||
max_height = regional_weather.settings.max_height,
|
||||
max_heat = 45,
|
||||
min_humidity = 65,
|
||||
min_windspeed = 2.5
|
||||
min_windspeed = 2.5,
|
||||
min_light = 15
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
Reference in New Issue
Block a user