mojira.dev
MCPE-167596

Water column bubbles appear in and above flowing water over a bubble column

Steps to reproduce

  1. Make a bubble column.

  2. Place a water source so that water flows over the top of the bubble column.

  3. Look closely at the water flow over the bubble column.

Expected result

Bubbles only appear in actual bubble column blocks, not in and above horizontally flowing water above a bubble column.

Observed result

Bubbles appear in the entire block space where water flows over the top of the bubble column.


When putting flowing water over a water column, the water column particles exceed the flowing water without being a water column. 

Linked issues

Attachments

Comments 5

Thank you for your report!

However, this issue has been temporarily closed as Awaiting Response.

Could you please export and attach a world where this issue can be observed?

This ticket will automatically reopen when you reply.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📓 Project Summary – 📧 Suggestions – 📖 Minecraft Wiki

No I can't. I only have my switch and my phone. And also, why would I need to do that? 

I've added a video and world save to try to make the issue more clear. The world save uses barrier blocks to contain the water for maximum visibility.

This issue is caused by the following component in the vanilla resource pack's
particles\bubble_column_up.json (which is identical and likewise incorrect in particles\bubble_column_down.json).

"minecraft:particle_expire_if_not_in_blocks": [
        "minecraft:water",
        "minecraft:flowing_water",
        "minecraft:bubble_column"
      ],

The code to give the reported expected behavior, which would match the behavior of non-fancy bubbles, would be

"minecraft:particle_expire_if_not_in_blocks": [
        "minecraft:bubble_column"
      ],

This bug Was resolved for some updates but returned. 

Gern99

(Unassigned)

986229

Confirmed

Multiple

1.19.62, 1.19.63, 1.20.31 Hotfix

Retrieved