`/disguise [entity] as shulker` causes the shulker (entity's disguise) not to move client side.
James103 opened this issue ยท 0 comments
To reproduce:
- Starting with Minecraft 1.16.5, install Fabric loader and Fabric API.
- Install
mobdisguises-1.0.0-fabric
anddisguiselib-1.0.2-fabric
. - Create a new world with cheats enabled.
- Find or
/summon
a Pig, Cow, Sheep, Zombie, etc. - Run
/disguise @e[type=pig,limit=1,sort=nearest] as shulker
(for example). - Notice that the resulting disguised shulker does not move at all client-side.
Adding {NoAI:1b}
to the disguised entity's NBT makes the shulker have freeform position and rotation, but still results in the shulker not moving client-side.