mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-20 09:20:29 +02:00
Change weather to be outside only, add underground skybox, add hud overlays
This commit is contained in:
@ -6,7 +6,8 @@ local conditions = {
|
||||
min_heat = 40,
|
||||
min_humidity = 30,
|
||||
max_humidity = 40,
|
||||
max_windspeed = 2
|
||||
max_windspeed = 2,
|
||||
min_light = 15
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
Reference in New Issue
Block a user