The name tags of wardens are partly inside their models
The Bug:
The name tags of wardens are partly inside their models.
Steps to Reproduce:
- Summon a warden with a custom name by using the command provided below.
/summon minecraft:warden ~2 ~ ~ {NoAI:1b,Silent:1b,Rotation:[90f,0f],CustomNameVisible:1b,CustomName:"{\"text\":\"Very Long Warden Name\"}"} - Look at the positioning of the warden's name tag.
- Take note as to whether or not the name tags of wardens are partly inside their models.
Observed Behavior:
The name tags are partly inside the said entity model.
Expected Behavior:
The name tags would be above the said entity model.
Code Analysis:
Code analysis by Apollo can be found in this comment.