-
Bug
-
Resolution: Works As Intended
-
None
-
Minecraft 16w03a
-
Unconfirmed
The bug
When you set CustomNameVisible to 1b for certain entities without providing a CustomName, their default name is not displayed.
How to reproduce
- Use the following command
/summon Cow ~ ~ ~ {NoAI:1b,Health:0.1f,CustomNameVisible:1b}
The cow has the name "Cow"
- Use the following command
/summon MinecartRideable ~ ~ ~ {CustomNameVisible:1b}
The name is not displayed
- relates to
-
MC-95950 Mobs with CustomNameVisible set to true show their default name
- Resolved