[Bug] Controller doesn't prioritize drawers with items when inserting.
lpacphantom opened this issue ยท 3 comments
If you have a large array of drawers connected to a controller, some empty and some with items, when you import items that already have a drawer the controller will not necessarily put the items there. I think the empty drawers are being found by whatever algorithm is trying to find a spot and the controller just accepts that and moves on.
I'm finding this from a Mekanism Digital Miner pushing ores into a controller. Sometimes an ore that already has a drawer will be put into an empty one despite having plenty of room in the other drawer. I can't lock all the drawers because the miner is pulling anything with the ore tag, so there's still things I don't have yet.