McJtyMods / RFToolsControl

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

[Feature Request] Ability To Store Itemstack in vector or indexable array #158

Open altech6983 opened 4 years ago

altech6983 commented 4 years ago

Feature Request:

The ability to store the itemstack output from the "Examine Item" op-code in a vector or some type of indexable array. This would allow you to create snapshots of inventory.

McJty commented 4 years ago

You can do this more or less using a chest containing tokens that store the item. It's a bit clumsy but it that would work. I do agree that a more elegant solution would be nice though

altech6983 commented 4 years ago

Oh I didn't even think of that. That is going to let me redesign part of the system how I wanted to. Its not even that much work. Thanks.