1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-22 10:20:25 +02:00

Update to new influences, improve rain skybox

This commit is contained in:
Till Affeldt
2020-04-18 17:26:01 +02:00
parent 497f31918a
commit e0b8d6d835
14 changed files with 79 additions and 46 deletions

View File

@ -1,8 +1,8 @@
local name = "regional_weather:deep_cave"
local conditions = {
max_daylight = 14,
max_height = -100
max_daylight = minetest.LIGHT_MAX,
max_height = -100
}
local effects = {}
@ -12,7 +12,10 @@ effects["climate_api:skybox"] = {
base_color = { r = 0, g = 0, b = 0 },
clouds = false
},
sun_data = { visible = false },
sun_data = {
visible = false,
sunrise_visible = false
},
moon_data = { visible = false },
stars_data = { visible = false }
}