Logistics Pipes

Logistics Pipes

13M Downloads

Crafting logic does not report delivery failure

bziemons opened this issue ยท 1 comments

commented

Follow up on

/*
for(int i=0; i<9;i++) {
ItemIdentifierStack stack = getMaterials(i);
if(stack != null) {
l1.add(stack.getItem()); // needed to be interested in things for a chassi to report reliableDelivery failure.
}
}
*/

commented

Might point to the problems in #1291 and #1334