Logistics Pipes

Logistics Pipes

13M Downloads

Extraction module pulls only after input inventory is empty

mikiones opened this issue · 7 comments

commented

if i take manually item from input slot the extraction module pulls the item,

image

commented

image
image

got it in debugger not really sure what's wrong, lugs like it try route input item ? iron bar ?

It breaks loop and return.

commented

adv extractor still got same issue, didn't notice thy not share tick implementation

commented

Yeah I'm thinking that those slots are the same inventory handler, and whatever mod that is doesn't let LP pull out of the first slot, and instead of skipping it it just gives up

commented

It’s gregtech ce

It break up @195

commented

The inventory handler looks like got proper input and output inventories, why extractor would try export from input slot ? Or this is not always true for tile entities ?

commented

image

gregtech item handler treats input and output as single inv ? and size return total size, slot 1 => first slot in iput handler. ..

commented

not sure if proper fix, but it fixes my problem.