ExU Transfer Nodes delete extracted items if <= 1 stack remaining
jaquadro opened this issue ยท 1 comments
ExU transfer nodes don't play nice with the current balance operation used by Storage Drawers. The output stack is captured without cloning, and then the drawer is emptied out, causing the captured stack to also reflect a 0 value.
Balancing needs to be modified so that the captured output stack is not recycled on a setInventoryContents operation.