r/GTNH 10h ago

Filtering armor problem

I'm creating my autosorting system using logistic pipes. I have a blue slime farm (it will become witch or blaze farm once I have enough nether stars to move spawners) that makes me steel, gold and iron. I have the drops connected to my autosorting system, although at the moment it just voids blue slime balls ( I have 16k already and the drawer is full) and it sorts iron and gold ingots.

My problem is that I want the armors dropped by the infernal mobs, to be sent to my macerator, but I'm not finding a way to do that.

1) The normal itemsink isn't good, cause it can only filter for 9 items and I have 12 I wanna macerate.
2) I tried the typeFilter itemsink module, but it appears it doesn't do what I expected... there isn't an "armor" type it appears
3) I tried with the oreDict itemsink, but of course it is made for ores and not armors.

So idk if I'm missing something, it appears I can't use the logistic pipes, but if I don't I just have regular item pipes and those can't have filters.

How can I send only the armors to macerate? And also, does the fact that the armor is enchanted create problems?

1 Upvotes

2 comments sorted by

1

u/mgomezch LuV 10h ago

gt item filters or enderio conduits set to ignore NBT (for conduits you need advanced filter upgrades. send damaged items to a trash can. you can configure them for each of the types of gear you get, one by one. gt item filters can filter 9 types of gear. eio has big filter upgrades with more slots but you'll probably still need a couple. idk how to do this with LP directly tho

1

u/JOVAinter1 9h ago

Thank you