Title says it all.
Whenever I try to push any mob connected to a lead via a fence, the fence will be pushed away yet the lead will hang there in midair until it's out of reach of the fence. As a result the lead will obviously break and the mob will fall to it's death
I recorded a video giving it a clearer view of this situation
PS: sorry for the bad quality, but it was the only way I could upload it without exceeding the maximum file size
Attachments
Comments 8
Yes they are, but because the leash is defined by a tag in NBT format it cannot be handled as a block.
Not quite, the lead know is an entity, but the coordinates of the fence post is stored in the mob: http://minecraft.gamepedia.com/Entity_format#Mobs:
Leash: Either contains a UUID long pair, if this leash connects to another entity, or an X, Y, Z int trio if this leash connects to a fencepost.
...X: The X coordinate of the fencepost this leash connects to.
Y: The Y coordinate of the fencepost this leash connects to.
Z: The Z coordinate of the fencepost this leash connects to.
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.
Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. We will reopen it as soon as the requested information has been delivered.
A lead is a part of a mob and is an entity, like an item frame, so it can't be pushed like a fence can.