Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-173176

Bee and warden particles fall through solid blocks now

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.20.21 Preview, 1.20.10, 1.20.12 Hotfix
    • None
    • Confirmed
    • Windows
    • 1076227, 1076228

      This is a regression. It used to work correctly, but broke at some point.

      The bug

      Bees and wardens produce particles that are specifically designed to collide with solid blocks. Namely, bees drip nectar that is supposed to despawn when it touches a solid block, and warden digging particles are supposed to behave like normal block particles, landing on the ground.
      Neither of these work anymore, instead the particles just ignore the blocks and fall right through.

      How to reproduce

      1. Make a big glass enclosure

      /fill ~ ~ ~ ~10 ~10 ~10 glass hollow
      

      2. Spawn a bee with nectar

      /summon bee ~ ~ ~ 0 0 collected_nectar
      

      3. Spawn a digging warden

      /summon warden ~ ~ ~ 0 0 minecraft:spawn_emerging
      

      4. Enter spectator mode and observe the particles

      Expected behavior

      • Nectar should disappear on contact with the ground
      • Digging particles should gather on the ground

      Observed behavior

      • Both particles pass right through the ground

      Notes
      This is breaking some existing and upcoming marketplace content. I believe it's the same issue as MCPE-167922, but this time with vanilla impact and repro steps.

            tryashtar [Mod] tryashtar
            Votes:
            5 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              CHK: