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

Zombies breaking doors do not show break particles

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.1, 1.20.2
    • None
    • Confirmed
    • Particles
    • Low
    • Platform

      When a zombie variant breaks a door, it should show the break particles on both door blocks but it only shows it on the bottom door block. The cause of this issue is in the BreakBlockGoal class in the tick method right around where the door block is removed. First the door block is removed, then the level event of 2001 is sent to clients using the blockstate at the door's position. Problem is that the door block has already been cleared, so the block state id that is sent in the level event is 0 (air).

      Simple to reproduce, just set difficulty to hard, lock a villager behind a door, spawn some zombies that can break doors, and observe a door break.

            Unassigned Unassigned
            Machine Maker Jake Potrebic
            Votes:
            4 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: