Steps to reproduce
Download the attached data pack, which adds two templates to the world: one that contains an unwaterlogged Oak Slab and one that contains a waterlogged Oak Slab.
Invoke the following command in chat:
/setblock ~ ~ ~ minecraft:water strict
.✔ Notice how the water stays still due to the
strict
parameter in thesetblock
command.Stay at the same position and invoke the following command in chat:
/place template bug:single_oak_slab ~ ~ ~ none none 1 0 strict
. The same thing can be achieved when placed with a Structure Block instead of theplace
command.❌ Notice how the water starts spreading from the now waterlogged block, despite the
strict
modifier being present.Move to a different position away from the water and invoke the following command in chat:
/setblock ~ ~ ~ minecraft:oak_slab[waterlogged=true] strict
.✔ Notice how in this case the water stays still, unlike with the one from the placed template.
Move to a different position away from the water and invoke the following command in chat:
/setblock ~ ~ ~ minecraft:water strict
.Stay at the same position and invoke the following command in chat:
/place template bug:single_waterlogged_oak_slab ~ ~ ~ none none 1 0 strict
.✔ Notice how when the structure already contains a waterlogged block, no block update is triggered and no water starts spreading, even when placed in a body of water.
Attachments
Comments 0
No comments.