mojira.dev
MC-278634

Trying to /setblock a 'waterlogged=true' state on (glow_lichen, resin_clump, sculk_vein, etc.) produces an error

For example:

/setblock ~ ~ ~ minecraft:glow_lichen[waterlogged=true]
/setblock ~ ~ ~ minecraft:resin_clump[waterlogged=true]
/setblock ~ ~ ~ minecraft:sculk_vein[waterlogged=true]

Observe that you got an error:

[media]

Expected:
You wouldn't get an error and a waterlogged resin clump would be placed.

[media]

Attachments

Comments 5

Specifying the direction in which the resin clump is facing works. For example, down=true.

/setblock ~ ~ ~ minecraft:resin_clump[waterlogged=true,down=true]

Also affects sculk veins.

/setblock ~ ~ ~ minecraft:sculk_vein[waterlogged=true]

The only problem is that the error is unexpected/the command parses; the all-direction-false states of those blocks transform to air (or water if waterlogged) as then there is nothing of said block. That the command fails is expected behavior.

Please stop adding parentheses in the summary, as it makes no sense with them.

They make sense to me, because they introduce better readability for me, so in that regard, they make sense. Also, they're only parentheses, no need to nitpick on parentheses.

9f9133d5-c931-46

gegy

Confirmed

Platform

Important

Commands

1.21.4 Release Candidate 3

25w02a

Retrieved