The Bug:
The "below_name" scoreboard display mode renders with dark parts when custom colors are set.
Steps to Reproduce:
Create a scoreboard and modify it accordingly by using the commands provided below.
/scoreboard objectives add health health
/scoreboard objectives setdisplay below_name health
/scoreboard objectives modify health displayname {"text":"❤","color":"#e32d2d"}
/scoreboard objectives modify health numberformat styled {"text":"","color":"#e32d2d"}
Get a player to load into your world and look below their name closely.
Observed Behavior:
The "below_name" scoreboard display mode renders with dark parts when custom colors are set.
Expected Behavior:
The "below_name" scoreboard display mode would not render with dark parts when custom colors are set.
Can confirm. It's one dark line for each the "displayname" and the "numberformat" command argument
When updating the display name ("displayname" argument), the right dark line appears and when updating the number format style ("numberformat styled" argument(s)), the left dark line appears. So they are kind of separate from another
[media]