Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 1.12 Pre-Release 5
-
Fix Version/s: Minecraft 1.12 Pre-Release 6
-
Labels:
-
Confirmation Status:Confirmed
Description
- 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"