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

Players Can Create Perpetually Falling Blocks

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 1.9
    • None
    • Unconfirmed

      Since 15w38b, falling blocks will not stop falling if the AAAB below them is greater than one block tall, as a result of:

                          if (BlockFalling.j(this.world.getType(new BlockPosition(this.locX, this.locY - 0.009999999776482582D, this.locZ)))) {
                              this.onGround = false;
                              return;
                          }
      

      .

      This for example allows a player to drop sand onto a fence post, where it will be perpetually falling. If they repeat this enough there will be thousand(s) of perpetually falling blocks which will lag both clients and server.

            Unassigned Unassigned
            md_5 [Mod] md_5
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: