mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-04 23:31:05 +01:00
Make sure clouds don't disappear when entering water
This commit is contained in:
parent
3667feddd3
commit
18266137b2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ local function water_sky(player, sky_data)
|
|||
fog_moon_tint = water_color,
|
||||
fog_tint_type = "custom"
|
||||
},
|
||||
clouds = false,
|
||||
clouds = true,
|
||||
}
|
||||
end
|
||||
table.insert(mcl_weather.skycolor.filters, water_sky)
|
||||
|
|
Loading…
Reference in a new issue