mojira.dev
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"

Comments 0

No comments.

Markus_Rost

Nathan Adams

Confirmed

command_block, conditional, function

Minecraft 1.12 Pre-Release 5

Minecraft 1.12 Pre-Release 6

Retrieved