Conditional Chain Command Blocks don't trigger if they are powered from the side
If you set a chain cmd to conditional, place the one before so that it powers the first one from the side it will completely ignore the command in it.
Example: 1.(pointing to the 2 from the side) /testfor @p[m=0]
{Unconditional, Always active, Repeat cmd}2. /say hi
{Conditional, Always Active, Chain cmd}Power the repeat cmd.
Result: no text with "hi" in chat
Created Issue:
Conditional Chain Command Blocks don't trigger if they are poewered from the side
If you set a chain cmd to conditional, place the one before so that it powers the first one from the side it will completely ignore the command in it.
Example: 1.(pointing to the 2 from the side) /testfor @p[m=0]
{Unconditional, Always active, Repeat cmd}2. /say hi
{Conditional, Always Active, Chain cmd}Power the repeat cmd.
Result: no text with "hi" in chat
Changed Summary:
Conditional Chain Command Blocks don't trigger if they are poewered from the side
Added Linked Issues:
duplicates
Duplicate of
MC-93200they check condition from behind only. If condition is met from behind, it can be triggered from side.