Item pipes have weird behavior
brisingraerowing opened this issue ยท 1 comments
What I did:
I was trying to link one input to three outputs, but the pipe directions went all wonky as I placed them.
What happened:
Item Transport Pipes always point to the first insertion pipe placed, even if there are others.
What should have happened:
The item transport pipes should point from extraction pipes to insertion pipes.
Used Versions:
- Minecraft-1.12.2
- InductiveLogistics-1.1.3
- CD4017BE_lib-6.2.1
- Forge-14.23.2.2627
Extraction / Injection Pipes each must be connected to at least one inventory in order to provide a source / destination point for the transport path. The three extraction pipes in your setup aren't.
If you want to split one input on both coke-ovens, because transport pipes can't branch, the left injection pipe needs to be connected directly to the right injection pipe (via transport pipes) which is then connected to your item supply inventory (via transport pipes and finally extraction pipe).
However, in the new version that was just released, some new features were added that provide better path control and branching.