Player + retracting: http://i.imgur.com/MeZHz.gif
Mob + extending: http://i.imgur.com/2DarX.gif
Linked issues
is duplicated by 8
Comments 27
Yes, I don't work for Mojang. Mojangsta have "[Mojang]" in front of their name.
I think it will be fixed eventually. It may take some time for mojang to see this bug though.
I tested your modification and it seems you only fixed mobs going through blocks. The main problem was having things fall through the wooden retracting/extending piston part.
When retracting they do, see sethbling's video about it, this issue has been fixed, what you see is MC-89030
@sethbling's video: In order for a block to be able to be pushed the ones in front need to moved or destroyed. So when the piston extention gets pulled back, the piston base gets removed; Entities inside the extention are set infront of it. No surprise here.
What I'm complaining about is the behaviour of entities being moved into a position, where other blocks are:
Block started moving in tick t
t <= -3 | -3 < t < 0 | t = -0 | t = +0 | 0 < t < 3 | 3 <= t | |
---|---|---|---|---|---|---|
Entity movement blocked | y | y | n | y | n | n |
when MC-89030 is fixed, and this is still an issue, then this will be reopened, not sooner as it's very likely the same issue as you experience
I think I fixed this bug. I'll post the fix today in the morning (it's 1:40 AM now)🙂