CD4017BE / InductiveLogistics

Partial follow up to my Minecraft-mod InductiveAutomation, containing only the item & fluid transport, sorting, storage, etc. features
MIT License
5 stars 3 forks source link

Item pipes have weird behavior #17

Closed brisingraerowing closed 6 years ago

brisingraerowing commented 6 years ago

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:

(Screenshot is a partial setup) 2018-03-16_12 46 44

CD4017BE commented 6 years ago

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.