Make sure clouds don't disappear when entering water

This commit is contained in:
teknomunk 2024-06-19 08:32:21 -05:00
parent 7c7b1efbe7
commit d7bed6073b

@ -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)