Fix nether check
This commit is contained in:
parent
31aada06b8
commit
8b08face5a
@ -703,7 +703,7 @@ do
|
|||||||
|
|
||||||
-- color/expression rules
|
-- color/expression rules
|
||||||
function getBestColor()
|
function getBestColor()
|
||||||
if player.isInLava() or player.getWorldName()=="the_nether" then
|
if player.isInLava() or player.getWorldName()=="minecraft:the_nether" then
|
||||||
return COLORS.lava
|
return COLORS.lava
|
||||||
else
|
else
|
||||||
return COLORS.neutral
|
return COLORS.neutral
|
||||||
|
Loading…
x
Reference in New Issue
Block a user