-
Bug
-
Resolution: Fixed
-
Minecraft 1.12 Pre-Release 5
-
Confirmed
- Create file data\functions\test\test.mcfunction with
say Test
- Place a command block with
/function test:test if @p[tag=test]
- Place a conditional chain command block behind it with
/say success
- Power the first command block
No player has the tag test, function will skipped
expected: nothing happens
happens: "[@] success"