Ability for node names and sides to be specified using variables (strings).
Would allow to fetch inventory parameters of various opcodes with run-time computed
inventory identifiers ... which is very powerful !
Basically add an opcode that takes optional node name and block side as strings and returns an
inventory result which can then be stored in a variable.
Then store those in a vector ... Obtain an indexable array of inventories to handle setups with
scalable machine arrays for instance ... Allows recipe to machine mappings ... etc ...
Nevermind again ! Sorry for the mess ... another hidden feature I didn't catch !
I actually CAN build a string and convert to an inventory identifier ! Awesome !
Ability for node names and sides to be specified using variables (strings). Would allow to fetch inventory parameters of various opcodes with run-time computed inventory identifiers ... which is very powerful ! Basically add an opcode that takes optional node name and block side as strings and returns an inventory result which can then be stored in a variable. Then store those in a vector ... Obtain an indexable array of inventories to handle setups with scalable machine arrays for instance ... Allows recipe to machine mappings ... etc ...