This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
colgatto's profile picture

Storage Drawers stack size limit to 64

Started by colgatto, 10 November 2016 - 10:12 PM
colgatto #1
Posted 10 November 2016 - 11:12 PM
i use storage drawers mod and OpenCCSensor, when i run sensorwiew it show only 64 item but the stack is over 64
how can i show real size of stack???
i use openPeripheral too but the situation don't change



Edited on 11 November 2016 - 12:36 AM
KingofGamesYami #2
Posted 11 November 2016 - 01:10 AM
Report this as a bug and hope they fix it, or get storage drawers to support CC.
Lyqyd #3
Posted 11 November 2016 - 01:18 AM
That is the real size of the stack, since the piping interface only exposes a stack at a time to pull from. I'll have to look at some point to see if the mod your storage item is from has an API to allow other mods to fetch the block's internal storage count. Barrels have the same issue.
colgatto #4
Posted 11 November 2016 - 01:41 AM
That is the real size of the stack, since the piping interface only exposes a stack at a time to pull from. I'll have to look at some point to see if the mod your storage item is from has an API to allow other mods to fetch the block's internal storage count. Barrels have the same issue.
thanks for the explanation
Edited on 11 November 2016 - 02:25 AM