forked from VoxeLibre/VoxeLibre
Tweak snow sky
This commit is contained in:
parent
1332ae683f
commit
91c06fd77a
|
@ -29,11 +29,16 @@ end
|
||||||
|
|
||||||
mcl_weather.snow.set_sky_box = function()
|
mcl_weather.snow.set_sky_box = function()
|
||||||
mcl_weather.skycolor.add_layer(
|
mcl_weather.skycolor.add_layer(
|
||||||
"weather-pack-snow-sky",
|
"weather-pack-rain-sky",
|
||||||
{{r=0, g=0, b=0},
|
{{r=0, g=0, b=0},
|
||||||
{r=241, g=244, b=249},
|
{r=85, g=86, b=86},
|
||||||
{r=0, g=0, b=0}}
|
{r=135, g=135, b=135},
|
||||||
)
|
{r=85, g=86, b=86},
|
||||||
|
{r=0, g=0, b=0}})
|
||||||
|
mcl_weather.skycolor.active = true
|
||||||
|
for _, player in pairs(minetest.get_connected_players()) do
|
||||||
|
player:set_clouds({color="#ADADADE8"})
|
||||||
|
end
|
||||||
mcl_weather.skycolor.active = true
|
mcl_weather.skycolor.active = true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue