Skeleton skulls, zombie heads and creeper heads are regular blocks with nothing special about them, so they do not need tile entities. Wall/floor and rotation are already stored in a block state. Removing the title entity would improve performance.
(split off of MC-159902)
Related issues
clones
relates to
Comments


In 1.16.1
Relates to MC-166998.

Do piglin heads need a tile entity or not?
Yes, and need them for the ear animation when powered.

Affects 1.20.5

To be clear piglin heads could still be regular blocks and only have their ears be tile entities.
Or even their ears could be block models and quickly turn into block entities when powered.
(Taking inspiration from the Enhanced Block Entities and Supplementaries mods)
Trust me using regular block models would be much appreciated for shaders

I would be surprised if the first idea helped performance. If shaders break with tile entities, that is a mod bug.
But the second idea might also help with dragon heads, assuming that block models can grow outside the block grid, which I am unsure about, since signs, banners and lecterns have tile entities anyway, fence models are not visually higher and stuff like beds and doors is split into two blocks.
Would also allow for better cullface usage.
It might also be beneficial to add a powered= block state to the dragon head for consistency with other blocks that utilise redstone signals.