QIO exporter and Importer only accepting 1 item as filter per instance
leopupin opened this issue ยท 4 comments
Issue description
From the interface looks, like it should work like a logistical sorter for filtering, I mean I could make it export or import multiple items at the same time, instead the maximun it can do is one default and one fuzxzy mode, is it a settings somewhere, a feature being implemented or just intended this way?
Steps to reproduce
- Place QIO importer or exporter
- open and place an "itemStack" as filter
- Try to add another one
Minecraft version
1.18.2 (Latest)
Forge version
40,1,31
Mekanism version
10.2.4 (Latest)
Other relevant versions
No response
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
No response
To be fair I re-tested and with vanilla items it did workout, what I wasn't capable of filtering was combs from "Productive Bees" mod, however, it seems that any comb serves as filter for all combs, now I ain't sure if it's mod compatibility or something (and don't know which mod should try integrate with each other), but looks like it is, since raw ore, even from mods can be added multiples per instance.
My guess would be each comb is the same item then so fuzzy would match any, and not only matches the exact nbt or something not really sure.
My toughs exactly after testing, guess the combtype os smth like that may be some nbt info, for performance idk, so maybe adding nbt filter solve this, but it's too especific of a case to be worth the attention, since I had access to other mods, I did magane to work around that.