Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-174386

Falling through block possible despite it existing in all server ticks (/fill vs. breaking)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • None
    • 20w10a, 1.16.1
    • None
    • Confirmed
    • (Unassigned)

      Even when a block existed in the previous server tick and exists in the current server tick, it's still possible to fall through it.

      To reproduce:

      • Place a repeating command block with this command: execute at @p run fill ~-2 ~-1 ~-2 ~2 ~-1 ~2 bedrock
      • Stand on a block without any part of your hitbox overlapping another block
      • Break the block below you
        Result: Sometimes nothing happens, sometimes you fall through the block, even though it existed at all times server-side.

      This probably happens because the client starts moving downwards a bit before receiving the message from the server on the next tick that the block is still there, but then the server simply believes that the client was right in moving downwards. This probably also means that a modded client could simply go through any block downwards, potentially even in all directions.

            Unassigned Unassigned
            FaRo1 Fabian Röling
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: