Fix nether check

This commit is contained in:
NullBite 2022-03-28 01:30:53 -04:00
parent 31aada06b8
commit 8b08face5a
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -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