What I expected to happen was...:
When pressing F1 all names and the hotbar are hidden.
What actually happened was...:
That hotbar is still hiden and custom names are invisible except for minecart.
Steps to Reproduce (provided by @unknown in this comment):
Summon a pig with a visible name:
/summon pig ~ ~ ~ {CustomName:'"Pig"',CustomNameVisible:1}
Summon a minecart with a visible name:
/summon minecart ~ ~ ~ {CustomName:'"Minecart"',CustomNameVisible:1}
Press F1 to hide the HUD
→ ✔ The pig's name tag is hidden
→ ❌ The minecart's name tag is still visible
Linked issues
Attachments
Comments 21
Please check if that's still an issue for you in the latest 1.15.1 stable release or the latest 1.15.2 (pre-)release.
Sorry, I didn't view your message, bug still in 1.15.1 stable release, 1.15.2 stable release and last snapshot (20w29a)
Assuming you meant custom names are invisible except for minecarts, as is demonstrated in the screenshot you have provided, I can confirm this in 1.16.1 and 20w29a. In general, the name tags of all non-living entities with {CustomNameVisible:1b}
remain visible when the HUD is hidden.
This issue relates to MC-56533.
Steps to reproduce:
Summon a pig with a visible name:
/summon pig ~ ~ ~ {CustomName:'"Pig"',CustomNameVisible:1}
Summon a minecart with a visible name:
/summon minecart ~ ~ ~ {CustomName:'"Minecart"',CustomNameVisible:1}
Press
F1
to hide the HUD
→ ✔ The pig's name tag is hidden
→ ❌ The minecart's tag name is still visible
Is that minecart added to a team?