OpenMods / OpenPeripheral-Integration

Extra OP adapters
MIT License
9 stars 9 forks source link

AE2 Defragmentation? #9

Closed ghost closed 9 years ago

ghost commented 9 years ago

So this (https://www.youtube.com/watch?v=NetjdOtNZBc) is something I am interested in doing. I notice a function called "condenseItems" which can be called on AE2 controllers. My question is does "condenseItems" do defragmenting in AE2 storage (drives)? If not, can it be done with a ComputerCraft computer?

boq commented 9 years ago

condenseItems is from vanilla inventories (source). It only merges stacks in attached inventory, so it does not work on AE2.

It's probably impossible to defragment with OP, since we don't give any information about item location.