GlowingEntities
GlowingEntities copied to clipboard
ChatColor.BLUE and ChatColor.RED seem swapped
Hi! I wanted to have my Snowball entity glow red, but when I tried using GlowingEntites.setGlowing(entity, player, color)
with ChatColor.RED
, it turned blue! The reverse happens when using ChatColor.BLUE
: it creates a red glow. I tested it with ChatColor.DARK_BLUE
and ChatColor.DARK_RED
and the same thing applies! No clue if any other colors are affected, but I thought I'd let you know!