You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
If you are not using the compiler option transmitter and continue the program after encountering a breakpoint, the first command block of all repeat processes is overwritten. This happens here.
The reason behind this is, that all impulse processes that have been triggered during the pause will start running because the nbt of the temporary command block was updated. For repeat command blocks this approach does not work.
The text was updated successfully, but these errors were encountered:
If you are not using the compiler option transmitter and continue the program after encountering a breakpoint, the first command block of all repeat processes is overwritten. This happens here.
The reason behind this is, that all impulse processes that have been triggered during the pause will start running because the nbt of the temporary command block was updated. For repeat command blocks this approach does not work.
The text was updated successfully, but these errors were encountered: