1
0
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:
Till Affeldt
2020-04-16 08:04:06 +02:00
parent 1e1126abcd
commit bac1618a3c
15 changed files with 71 additions and 19 deletions

View File

@ -5,7 +5,8 @@ local conditions = {
max_height = regional_weather.settings.max_height,
min_heat = 30,
min_humidity = 50,
max_humidity = 65
max_humidity = 65,
min_light = 15
}
local effects = {}