i used a Breadth-First Search Upgrade and that fixed it.
I have a input chest.
extra utilities transport pipes to pump all input into JABBA barrels (on the back).
It works fine, but now and then some items misses the barrel and goes past all to the last chest in the line after the barrels.
for example the first 6 barrels are cobblestone, most of the time cobble ends up in the barrels.
but sometimes they end up in the chest 20 blocks away.
but it got fixed using the Breadth-First Search Upgrade.
I have a input chest.
extra utilities transport pipes to pump all input into JABBA barrels (on the back).
It works fine, but now and then some items misses the barrel and goes past all to the last chest in the line after the barrels.
for example the first 6 barrels are cobblestone, most of the time cobble ends up in the barrels.
but sometimes they end up in the chest 20 blocks away.
but it got fixed using the Breadth-First Search Upgrade.