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

Conditional command blocks SuccessCount doesn't update

XMLWordPrintable

    • Confirmed

      Okay, this problem didn't surface in the previous snapshot because conditional command blocks were completely broken. Anyway, the issue is that the SuccessCount tags on conditional command blocks are simply not being updated. This causes the following issues: If you have a chain of conditional command blocks following a repeating command block (always active) done in this manner:

      Repeating command block
      /testfor @a[r=3]
      
      Conditional chain command block
      /say hello
      
      Conditional chain command block
      /say hello
      

      What happens is that the chat will spam with "hello" from both first and second conditional chain command blocks when a player is within 3 blocks of the repeating command block. When the player exceeds the 3 block range, the second conditional chain command block will continue to execute the command. This hence defeats the purpose of having a chain of conditional command blocks.

            searge [Mojang] Searge (Michael Stoyke)
            PiyoPwincess Piyotato
            Votes:
            15 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: