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

skipping function triggers conditional command blocks

XMLWordPrintable

    • Confirmed

      1. Create file data\functions\test\test.mcfunction with
        say Test
        
      2. Place a command block with
        /function test:test if @p[tag=test]
        
      3. Place a conditional chain command block behind it with
        /say success
        
      4. Power the first command block

      No player has the tag test, function will skipped
      expected: nothing happens
      happens: "[@] success"

            dinnerbone [Mojang] Nathan Adams
            Markus_Rost Markus Rost
            Votes:
            9 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: