mojira.dev

Keiragi

Assigned

No issues.

Reported

MC-300620 Fishing bobber's OnGround flag alternates every tick when on the ground Awaiting Response MC-298440 Sneaking when touching side of Shulker at Y=69 next to block does not trigger sneak animation Duplicate MC-298439 Sneaking on Shulker at Y=63 Not trigger sneak animation Duplicate

Comments

To demonstrate this, the following commands can be used:

execute as @e[type=minecraft:fishing_bobber] if data entity @s {OnGround:1b} run say 1b
execute as @e[type=minecraft:fishing_bobber] if data entity @s {OnGround:0b} run say 0b
With these commands running, you can observe that when the bobber is on the ground, the OnGround state keeps switching between 1b and 0b each tick.
Normally, it should consistently stay at 1b while in contact with the ground.

As a result of this issue, the bobber cannot be reliably detected as grounded, and it no longer despawns after being on the ground for 1 minute as it used to.