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
So, for some reason I created Smelt to build the output command blocks in the reverse order to how they are entered into the MCC file.
This was intentional, but for reasons that turned out to be... wrong! Let's just say that.
So, I will update Smelt to change this. This will be breaking change, because if anyone has implemented 'startup' auto impulse commands that need to be run in a specific order, they may have had to reverse them in their MCC files.
Because this is a breaking change, I will implement the change using a config entry. The default behaviour will be the existing one, and then in the next major release the proper order will become the default behaviour.
The config setting will be Commands.CreateInOrderProvided which will be a boolean.
The text was updated successfully, but these errors were encountered:
So, for some reason I created Smelt to build the output command blocks in the reverse order to how they are entered into the MCC file.
This was intentional, but for reasons that turned out to be... wrong! Let's just say that.
So, I will update Smelt to change this. This will be breaking change, because if anyone has implemented 'startup' auto impulse commands that need to be run in a specific order, they may have had to reverse them in their MCC files.
Because this is a breaking change, I will implement the change using a config entry. The default behaviour will be the existing one, and then in the next major release the proper order will become the default behaviour.
The config setting will be
Commands.CreateInOrderProvided
which will be a boolean.The text was updated successfully, but these errors were encountered: