Mindcode allows declaring new blocks (actually only new linked block names) using the #declare directive. It would be beneficial to add similar functionality to Schemacode:
- Allow defining new block names, such as
@fusion-reactor
- Allow assigning one of the new configuration types to it.
- Allow defining new configuration types by describing its physical layout.
The third point would be quite complex, but necessary to fully support mods. A very basic type of configuration could simply include the encoded configuration as binary data (in base64 or hex encoding).
Mindcode allows declaring new blocks (actually only new linked block names) using the
#declaredirective. It would be beneficial to add similar functionality to Schemacode:@fusion-reactorThe third point would be quite complex, but necessary to fully support mods. A very basic type of configuration could simply include the encoded configuration as binary data (in base64 or hex encoding).