Provider only pulls items from one half of a double chest
Jean0 opened this issue ยท 3 comments
If I have a chassis with a provider attached to the right side of a double chest, the requester pipe will list the full content of the chest but will only be able to request the items on the top 3 rows of the chest(displays 'you are missing' if it's an item on the lower 3 rows). If I put the chassis on the left side of the chest it is reversed and will only be able to request them from the lower 3 rows. (in dev 194)
Hurrm, guess we're missing a InventoryHelper call somewhere (which is what we use to hande vanilla doublechests)