1
0
Fork 0

Make fog_tint_type = "default" when weather is present to match behavior at 0.87.2

This commit is contained in:
teknomunk 2024-10-05 19:36:15 -05:00
parent 66c3c014a1
commit e864cc19ed
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ function dimension_handlers.overworld(player, sky_data)
dawn_horizon = dawn_color or "#C0D8FF",
night_sky = night_color or "000000",
night_horizon = night_color or "4A6790",
fog_tint_type = "default",
})
sky_data.sun = {visible = false, sunrise_visible = false}
sky_data.moon = {visible = false}