mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-20 17:30:31 +02:00
Change weather to be outside only, add underground skybox, add hud overlays
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
local name = "regional_weather:storm"
|
||||
|
||||
local conditions = {
|
||||
min_height = regional_weather.settings.min_height,
|
||||
max_height = regional_weather.settings.max_height,
|
||||
min_windspeed = 3
|
||||
min_height = regional_weather.settings.min_height,
|
||||
max_height = regional_weather.settings.max_height,
|
||||
min_windspeed = 3,
|
||||
min_light = 15
|
||||
}
|
||||
|
||||
local effects = {}
|
||||
|
Reference in New Issue
Block a user