Tamed wolves disguised as other entities can't be toggled between sit and stand modes.
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 and disguiselib-1.0.2-fabric.
- Create a new world with cheats enabled.
- Find or
/summon
a wolf and tame it. - Click on the wolf, telling it to sit or stand. Without the disguise, the wolf obeys the new command.
- Run
/disguise @e[type=wolf] as zombie
. - Click on the (disguised) wolf with an empty hand, telling it to sit or stand. With the disguise, the wolf does not obey the new command.
Workaround:
Instead of clicking on the wolf with an empty hand, click on the wolf with some dye (or food item when on low health). The dye/food may get consumed, but the wolf does change from sitting to standing or vice versa.