diff --git a/mods/PLAYER/mcl_playerplus/depends.txt b/mods/PLAYER/mcl_playerplus/depends.txt index 45b93f966..467d9b138 100644 --- a/mods/PLAYER/mcl_playerplus/depends.txt +++ b/mods/PLAYER/mcl_playerplus/depends.txt @@ -6,3 +6,4 @@ mcl_hunger mcl_death_messages mcl_playerinfo 3d_armor? +weather_pack diff --git a/mods/PLAYER/mcl_playerplus/init.lua b/mods/PLAYER/mcl_playerplus/init.lua index 02bd7b5cc..1d4debbf5 100644 --- a/mods/PLAYER/mcl_playerplus/init.lua +++ b/mods/PLAYER/mcl_playerplus/init.lua @@ -165,6 +165,8 @@ minetest.register_globalstep(function(dtime) player:set_sky("#000000", "skybox", {t,t,t,t,t,t}, false) elseif dim == "nether" then player:set_sky("#300808", "plain", nil, false) + else + skycolor.update_sky_color({player}) end if void_deadly then -- Player is deep into the void, deal void damage