mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 03:43:46 +01:00
Make fog_tint_type = "default" when weather is present to match behavior at 0.87.2
This commit is contained in:
parent
66c3c014a1
commit
e864cc19ed
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user