Inventory Sorter with Engineer's Toolbox Voids Items
HenryMaxler opened this issue ยท 2 comments
Blocked by cpw/inventorysorter#119. AFAICT InvSorter believes that it should be able to freely swap around stacks since all slots are using the same Slot
implementation, but that is simply not true in true in this case and IMO a bug in InventorySorter (though probably not easily fixable). The easiest solution would have been to mark these slot implementations as invalid for sorting using IMC, but that's broken as described in the linked issue.