Leashable animals disguised as non-leashable mobs are not leashable
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 few sheep.
- For the base case, give yourself a lead and leash one of the sheep. Notice that that should succeed.
- For the problematic case, run
/disguise @e[type=sheep] as creeper
, then give yourself another lead and try to leash another one of the (disguised) sheep. Notice that that leash fails. /give @p lead 64
/gamemode survival @s
- Repeat steps 5-6. Notice that the leash pops off immediately instead of you not being able to leash the entity at all.