QuantumStorage

QuantumStorage

27M Downloads

Only showing 64 items using screen with RFTools

cauliflower69 opened this issue ยท 7 comments

commented

Using the latest build for 1.10.2 the screen and inventory module from RFTools only displays an amount of 64 items when used with any Quantum Storage block.

Is there any way that it can display the correct amount?

Thanks

commented

not unless RFTools uses the IDeepStorage api

commented

Thanks for the quick reply I will ask the RFTools dev

commented

I'm wondering about this though. The storage drawers manage to give me the correct amount using IItemHandler by just returning itemstacks with > 64 items. Can't quantumstorage do the same? I mean storage drawers work fine with rftools (and The One Probe for that matter) without requiring any special support

commented

QuantumStorage has a input and output slot that can be seen but the bulk storage is in a hidden slot that can not be piped to this is the same way Mfr used to do the dsu but I do use the IDeepStorage api from mfr for easy access to the Inventory contents, this api is also used but jabba for allowing ae2 to see its inventory correctly.
it should be real simple to add IDeepStorage compat for you

commented

IDeepStorage should get a replacement at somepoint because thats from 1.7.10 MRF. But it does the job I guess

commented

There is no point of charging it at this point as it is also used in refined storage now for issues just like this one