-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 1.12 Pre-Release 7, Minecraft 1.12.1, Minecraft 1.12.2, Minecraft 17w50a, Minecraft 18w03b, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 19w12b, Minecraft 19w13b, Minecraft 19w14a, Minecraft 19w14b, 1.15.2, 1.17.1, 24w44a
-
Confirmed
-
(Unassigned)
The bug
The warning message "Command block chain tried to execute more than x steps!" appears in the log even when no or less command blocks should run.
It looks like the message appears if there could be chain command block behind and additionally seems to count impulse and repeating command blocks as well.
Note: Spelling fixes described in MC-118258 are applied.
Commandblock chain tried to execure
How to reproduce
- Set the gamerule maxCommandChainLength to 1
/gamerule maxCommandChainLength 1
- Place an impulse command block and power it
- Look at the log
→ The warning message appeared, despite the fact that it should not have appeared
→ Also note that only one command block run and therefore no warning message should appear at all