Logistics Pipes

Logistics Pipes

13M Downloads

Issue with multiple ore dictionary names for OreDict ItemSink module

AT611 opened this issue · 7 comments

commented

Issue related to GregTech 5 mostly.
Yellow and Brown Limonite dusts, according to GregoriusT's post, has multiple ore dictionary names. In OreDict ItemSink module they are both shown as "dye", which is confusing for me and my sorting system.
Can you make oredict name display on top of the module's interface editable with ore dictionary name validation?

commented
commented

... or make that field as some sort of drop down list with all oredict names of an item that's being added to the module's list.

commented

Did you notice the fact that it is in fact possible to get the list of all oredict names for an item somehow as NEI is clearly capable of doing it?

commented

Thats not the point. It was not part of the official OreDict API and probably still isnt.

commented

The problem is that most of the work in lp is checking if items are equal
(can craft, have space, want to supply) without an official way to say "is
item a equal to item b" all we can do is either build our own compete copy
of the or dict, and cater for a many to 1 mapping or search the entire dict
to say "what else is this" every time we want "is A=B". I imagine we would
consider a pr for the former, but the large size of the duct would make the
later not so viable.
On 5 Sep 2014 23:01, "Benedikt Ziemons" [email protected] wrote:

Thats not the point. It was not part of the official OreDict API and
probably still isnt.


Reply to this email directly or view it on GitHub
#438 (comment)
.

commented

You do realize that Forge itself registers some vanilla stuff under several oredict labels, right?

commented

Let's review this again, maybe there is some way of doing this.