Mojira Archive
MC-103075

/fill air with destroy key word does not counted as success in command blocks

It's about conditional chain command blocks.
How to reproduce:
1. Place a repeating command block, and a conditional chain command block (set to always active) connecting to it.
2. Insert into the repeating command block:

/fill ~ ~1 ~ ~ ~2 ~ minecraft:air 0 destroy

, and set it to always active
3. Insert into the chain command block:

/say a

4. Place a block on top of the repeating command block, it gets destroyed instantly but the chain command block does not run. (Expected to see [@] a in the chatting bar)

Why I think it is a bug:
1. If the "destroy" keyword is replaced by the "replace" keyword, it works fine
2. If the /fill command is replaced by /setblock command and still use the "destroy" keyword, it works fine as well

Duplicate

stop.x

2016-06-05, 03:43 PM

2020-05-12, 09:50 PM

2016-06-08, 02:59 AM

0

1

Unconfirmed

/fill, command, destroy

Minecraft 1.9.4, Minecraft 16w21b, Minecraft 1.10 Pre-Release 1

-