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