mojira.dev
MC-165873

Debug screen's 'targeted fluid' fails to identify bubble columns.

The Bug

F3 screen's 'targeted fluid' fails to identify bubble columns, instead identifying them as minecraft:water. See attached screenshot.

This is inconsistent with the command `/execute if block ~ ~ ~ minecraft:water`, which if done to a bubble column, will fail, and will only succeed with minecraft:bubble_column, so that's what the targeted fluid should say.

Attachments

Comments 2

The fluid is correct - bubble columns are blocks without a hitbox. The /execute if block command doesn't test for fluids, it tests for blocks.

Fluids can't be tested with commands. All blocks that are waterlogged contain the fluid water, yet the block placed at that location is not water.
The block you are looking at the screenshot is minecraft:bubble_column.

Paint

(Unassigned)

Unconfirmed

Debug

1.14.4, 19w46b

Retrieved