Setblock clocks, that is, the ones that use /setblock ~1 ~ ~ redstone_block
and /setblock ~ ~ ~1 air
, appear to no longer work in the latest snapshot(s). I'll place the redstone block, and only the air block activates. However, the one that uses /setblock ~1 ~ ~ redstone_block 0 destroy
still works, but it's not the best option as it makes massive amounts of redstone block items.
Attachments
Comments 4
Cannot confirm, see screenshot.
Top:
/setblock ~ ~-1 ~ minecraft:redstone_block 0 replace
Bottom:
/setblock ~ ~1 ~ minecraft:air 0 replace
Weird, now Kumasasa's (and Sam's) are working. But shouldn't it be showing particles? Because it's not for me (even with my particles set to all)
this is not actually a bug
this probably is because of the /setblock ~1 ~ ~ redstone_block command is triggering before the /setblock ~ ~ ~1 air command.
to solve this you might want to use a /fill clock filling a area expanding to positive x the same commands but then in the /fill format, then you've got to place the commandblock containing the /fill ~1 ~ ~ ~2 ~ ~ redstone_block on the second redstone block in the positive x direction to make sure it runs as the second command.