MineMaarten / PneumaticCraft

PneumaticCraft source
Other
84 stars 50 forks source link

Weird item placement when drone is exporting items #715

Closed Forecaster closed 8 years ago

Forecaster commented 8 years ago

Instead of checking if there is already a stack of the same item with space in it when placing something into for example a chest, the drone will just place the item into the first valid slot, even if there is a stack of the same item in a later slot. It should try to find existing stacks no matter where they are first and place the items there to use the space as efficiently as possible.

MineMaarten commented 8 years ago

The placement isn't so 'weird'. afaik most mod's insertion methods work like this. Even Vanilla Hoppers do it. You might be confused with shift clicking in inventories, afaik the only place in Vanilla where this behaviour is used.

Forecaster commented 8 years ago

Maybe I just expect them to be smarter than a hopper ; )