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

when pulling an item out of chest it doesnt stack it with the rest of the same item, is there a way to fix this?

Started by dextermb, 08 September 2012 - 12:19 PM
dextermb #1
Posted 08 September 2012 - 02:19 PM
when pulling an item out of chest it doesnt stack it with the rest of the same item, is there a way to fix this?
1lann #2
Posted 08 September 2012 - 02:52 PM
when pulling an item out of chest it doesnt stack it with the rest of the same item, is there a way to fix this?
You could make suck it to a specified slot, then use turtle.compareTo to all of the slots until it finds the same item. Then you drop it back in the chest and select the other item stack that was found earlier then suck it up again and it should stack with that stack
dextermb #3
Posted 08 September 2012 - 03:05 PM
/req close - fixed just had to select slot.. :D/>/>