Conditional chain command block on repeat command block with always active sometimes ignores the delay in ticks
Steps to Reproduce:
- Place a repeat command block at the bottom and a conditional chain command block at the top
- Set the following command in the bottom command block:
RUA (Repeat, Unconditional, and Always Active): /execute as @e[name=diamond] at @s run kill
- Set the following command in the top command block:
CCA (Chain, Conditional, and Always Active) and DITs (Delay in Ticks): 40 /say Hello
- Drop a diamond
Expected Results:
"Hello" will appear in the chat after 40 ticks, or 2 seconds
Observed Results:
"Hello" will appear in the chat immediately
Note:
It seems doesn't happen if it's placed on the top of command block; neither chain nor repeat
Video (Attention: This is old):
https://drive.google.com/file/d/1RNwFDFu6hxT6_mkSagiyXBx0LDvK4UgO/view?usp=sharing