DisguiseLib

DisguiseLib

89k Downloads

`/disguise [entity] as shulker` causes the shulker (entity's disguise) not to move client side.

James103 opened this issue ยท 0 comments

commented

To reproduce:

  1. Starting with Minecraft 1.16.5, install Fabric loader and Fabric API.
  2. Install mobdisguises-1.0.0-fabric and disguiselib-1.0.2-fabric.
  3. Create a new world with cheats enabled.
  4. Find or /summon a Pig, Cow, Sheep, Zombie, etc.
  5. Run /disguise @e[type=pig,limit=1,sort=nearest] as shulker (for example).
  6. 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.