The Bug:
"minecraft.custom:minecraft.jump" doesn't increase when jumping off the edges of blocks.
Steps to Reproduce:
Create a scoreboard objective for tracking when the player jumps and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add Jump minecraft.custom:minecraft.jump
/scoreboard objectives setdisplay sidebar Jump
Jump normally while on completely flat ground and observe how the scoreboard increases.
While standing on the edge of a block, jump off it.
Take note as to whether or not "minecraft.custom:minecraft.jump" increases when jumping off the edges of blocks.
Observed Behavior:
The scoreboard doesn't increase.
Expected Behavior:
The scoreboard would increase.
Linked issues
is duplicated by 5
relates to 1
Attachments
Comments 22
i can confirm in 15w47c
i think the problem here is when you jump while your player is technacly over the next block but you can still press because of the hitbox.
the code probably checks if the player is over a block before adding the score and then doesnt count it.
I've had a look at the code and through doing so, I'm inclined to believe that this is related to MC-1133.
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.