Emerald Pipes are glitched as hell!

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Harish

New Member
Jul 29, 2019
37
0
0
Im trying to make a remote charging system with emerald pipes, but they wont pull out charged items if more than 1 item is listed in the filter. Am i doing something wrong?
My set up:
1 chest
1mfsu
2 emerald pipes
1 emerald pipe is set to extract empty jetpack and empty drill.
other emerald pipe is set to extract charged jetpack and charged drill.
 

DoctorOr

New Member
Jul 29, 2019
1,735
0
0
Emerald pipes are blocking round robin interfaces. What you describe is working as intended.
 

Ripley

New Member
Jul 29, 2019
185
0
0
They extract items in the order of the filter.
If one item in the filter is missing it will stop extracting until that item is available.
 

DZCreeper

New Member
Jul 29, 2019
1,469
0
1
Simple Talk: If you put 2 items in the filter, it waits for both items, then pulls both. It can't pull them by themselves. Filters may work for what you want to do. The easiest solution is have 2 chests. 1 where you put items to be charged, 1 where the charged items appear. It would require more ender pouchs, but it simplifies the build a fair bit.
 

Exadi

New Member
Jul 29, 2019
130
0
1
An easier way would be to use the universal charger from power converters if you have it. It charges anything in the chest next to it.
 

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
Simple Talk: If you put 2 items in the filter, it waits for both items, then pulls both. It can't pull them by themselves. Filters may work for what you want to do. The easiest solution is have 2 chests. 1 where you put items to be charged, 1 where the charged items appear. It would require more ender pouchs, but it simplifies the build a fair bit.

This is wrong. Emerald pipes do what's called a round robin or line sort method.

It begins by searching for an item in the current slot. If the item is found it extracts the item and moves to the next slot. If it does not find the item, it waits until that item is found before moving to the next.

If the item in the current slot does not appear, it will not pull the next slot even if there are 50 of them in the chest.

Sent from my HTC One X+ using Tapatalk 2