McJtyMods / RFToolsControl

RFTools Control is an addon for RFTools adding a programmable logic block
MIT License
35 stars 19 forks source link

[Feature Request] Dynamic node names / sides specifiers #161

Closed Shikifuyin closed 4 years ago

Shikifuyin commented 4 years ago

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 ...

Shikifuyin commented 4 years ago

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 !