mojira.dev
MC-49900

/setblock clock not working

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

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.

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)

The particles in my screenshot came from destroying the restone block by hand to see if the clock is running or not.
If you want particles, use destroy instead of replace

irunor

(Unassigned)

Unconfirmed

Minecraft 14w08a

Retrieved