Some small night sky adjustments

This commit is contained in:
FossFanatic 2022-12-15 16:46:47 +00:00
parent 39e9158c01
commit 0f8cfbf106
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ function mcl_weather.set_sky_box_clear(player)
day_horizon = "#B4D0FF",
dawn_sky = "#B4BAFA",
dawn_horizon = "#BAC1F0",
night_sky = "#010102",
night_horizon = "#090A12",
night_sky = "#000000",
night_horizon = "#4A6790",
},
clouds = true,
})