Steps to reproduce
Make a bubble column.
Place a water source so that water flows over the top of the bubble column.
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
relates to 1
Attachments
Comments 5
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'sparticles\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"
],
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