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
It would be nice to use placeholders for each command block config. Each Placeholder would be the triggerAction " Property Path" which would then replaced with the current data.
Recipe Command Block Settings needs to be replaced by a Dictionary that holds for each payloads per Command Block (probably needs to be done in its own PR)
That also means the generated Code needs use this dictionary instead (during script run time, not creating time)
The placeholders then need to be replaced by the actual data
Definition of Done:
The Placeholder Replacement works
Each command block setting needs to have a button where you can choose of a list of possible placeholders OR even fixed selection (i.e. skipping the template placeholder syntax)
The text was updated successfully, but these errors were encountered:
It would be nice to use placeholders for each command block config. Each Placeholder would be the triggerAction " Property Path" which would then replaced with the current data.
Dependencies:
Definition of Done:
The text was updated successfully, but these errors were encountered: