forked from VoxeLibre/VoxeLibre
Make sure clouds don't disappear when entering water
This commit is contained in:
parent
3667feddd3
commit
18266137b2
|
@ -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 New Issue