Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-103075

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 1.9.4, Minecraft 16w21b, Minecraft 1.10 Pre-Release 1
    • Windows 7
    • Unconfirmed

      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

        1. pic1.png
          pic1.png
          71 kB
        2. pic2.png
          pic2.png
          73 kB

            Unassigned Unassigned
            stop_x13 stop.x
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: