The Bug:
The name tags of llamas and trader llamas are partly inside their models.
Steps to Reproduce:
Summon a llama and a trader llama by using the commands provided below.
/summon minecraft:llama ~2 ~ ~-2 {NoAI:1b,Silent:1b,CustomNameVisible:1b,CustomName:"{\"text\":\"Very Long Llama Name\"}"}
/summon minecraft:trader_llama ~2 ~ ~2 {NoAI:1b,Silent:1b,CustomNameVisible:1b,CustomName:"{\"text\":\"Very Long Trader Llama Name\"}"}
Look at the positioning of all of the entities' name tags.
Take note as to whether or not the name tags of llamas and trader llamas are partly inside their models.
Observed Behavior:
The name tags are partly inside the said entity models.
Expected Behavior:
The name tags would be above the said entity models.
This is likely intentional due to the resolution of MC-262982, but I'm reporting it just in case!