The bug
Pressing the "Done" button in the command block GUI resets the success count even when the command was not changed.
How to reproduce
Place a command block
Enter for example the following command
/testfor @p
Run it once
Look at its block data. It will have a SuccessCount of non-zero.
Open the command block, change some settings if you want, hit "Done"
Look at the block data again. It will now have a SuccessCount of 0, even though the command did not change.
Attachments
Comments 5
Is this still an issue in the current Minecraft Snapshot 15w44b or later? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.
This is in fact, correct behaviour, since the last execution state of the second command block is successful.
Not sure why it does this though, unless the second command block failed for some reason. I also cannot reproduce this.