Mojira Archive
MC-117713

skipping function triggers conditional command blocks

  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"

Fixed

MarkusRost

[Mojang] Nathan Adams

2017-05-19, 06:16 PM

2017-05-29, 12:08 PM

2017-05-29, 12:08 PM

9

4

Confirmed

command_block, conditional, function

Minecraft 1.12 Pre-Release 5

Minecraft 1.12 Pre-Release 6