Lack of mobs animation for gliding with elytra
to reproduce:
/summon Skeleton
/replaceitem entity @e[type=!Player,r=3] slot.armor.chest minecraft:elytra
/tp @e[type=!Player,r=3] ~ ~60 ~
Skeleton will glide forward, but will not rotate the body forward.
Linked issues
is duplicated by 2
Attachments
Comments 8
Oh, I see now - your ticket is about the mob not lying down while gliding. Reopened. I am interested how you got elytra to render on mobs though, it doesn't work for me.
it's not rendering, but it works. Mobs with (invisible) elytra on back can glide (except of lying down). I did not mentioned about lack of render, because it was already mentioned in MC-89921
The better status would be "won't fix", but rotating entity should not be hard, as entities can be upsite down (called Grumm or Dinnerbone)
@unknown and theyalso did the anitmation/rotating for the player, so I don't understand why this is working as intended as they can just implement it the same way as they implemented it for the player
@[Mod] redstonehelper: It is not a dupe of MC-89921. The problem here is rotating an entity, there is rendering wings even on standing still entities.