Fix Nether sky color

This commit is contained in:
Wuzzy 2017-08-18 16:40:36 +02:00
parent 6b2da70ff7
commit 95f62236f7
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ minetest.register_globalstep(function(dtime)
local t = "mcl_playerplus_end_sky.png"
player:set_sky("#000000", "skybox", {t,t,t,t,t,t}, false)
elseif dim == "nether" then
player:set_sky("#300810", "plain", nil, false)
player:set_sky("#300808", "plain", nil, false)
end
if void_deadly then
-- Player is deep into the void, deal void damage