mojira.dev
MC-44381

Slime block doesn't bounce on the edge and player/mob takes fall damage

If you jump to edge of the slime block, you will not bounce off it, and take fall damage. Seems like player has to have 50% of itself on the block to be able to bounce.

Linked issues

MC-44495 Slimeblock doesn't bounce on edge Resolved MC-44497 Edge slimeblock is NOT bouncy at all! Resolved MC-44586 Landing on Corner of Slime Block causes fall Damage Resolved MC-44638 Slime Block Edge Resolved MC-44850 Slime Blocks : hitting the ground to hard on the borders of the block Resolved

Attachments

Comments 19

Okay, just investigated a bit: The bounce effect only works if 50% or more of your player is directly on the block.
Might be intended.

Okay, thanks for the information!

If the 50% rule is true, it isn't entirely intuitive. It makes sense if there's another block directly beside the slime block, but not when there is an air block/open space, as just happened when I discovered this issue.

Took fall damage while falling on an "air" block, see screenshot.

I've looked into it, and it seems that Minecraft looks for the block you are closest to (I think in the coordinates in the location of the block), and uses it as base to see if you are on a slime block, and not if you are colliding with one. Same can be seen with falling particles. If you fall next to lava, just enough not to fall into it, you will see lava particles, not particles of the block you are on top of.

9 more comments

Yes it is. Both this and MC-1133 are symptoms of the same issue- entities only check for the block directly beneath them, not the one they are actually standing on.

MC-1133 is NOT the same issue. It specifically refers to being completely at the edge, before that point the issue does not occur. These irrelevant comments are diluting the issue.

And so does this one. Try actually reading the issue.

@unknown is right. When the center of the player / entity is over the corner of the block, the block below the center of the player is checked.

@unknown: You can stop updating this ticket, since it was resolved as duplicate of MC-1133 quite a long time ago.

Green snake

michael

Confirmed

Minecraft 14w02a, Minecraft 14w02b, Minecraft 14w05b, Minecraft 14w06b, Minecraft 14w07a, ..., Minecraft 1.8-pre1, Minecraft 1.8, Minecraft 1.8.9, Minecraft 15w51a, Minecraft 15w51b

Retrieved