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:
Expected:
You wouldn't get an error and a waterlogged resin clump would be placed.
Attachments
Comments 5
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.
Specifying the direction in which the resin clump is facing works. For example,
down=true.