The bug
/fill
does not send all block updates. GIF demonstration from @unknown.
Linked issues
is duplicated by 7
2 more links
relates to 2
Attachments
Comments 5
Demonstration of bug using command blocks: https://gfycat.com/PessimisticWealthyJackal
Seems to occur with fill commands if the fill location coordinate places blocks to the positive X or Z of the target command block(s).
Set up a fill command on the ground and place a /say command 2 blocks higher. Now use the following example in the fill command block.
Example:
This works:
/fill ~-1 ~3 ~ ~3 ~ ~ redstone_block
This doesn't work:
/fill ~1 ~3 ~ ~3 ~ ~ redstone_block
Maybe partwise caused by MC-5898