Make sure clouds don't disappear when entering water

This commit is contained in:
teknomunk 2024-06-19 08:32:21 -05:00
parent cde8903906
commit da90939543

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