ExtraCells / ExtraCells2

ExtraCells 2
MIT License
136 stars 115 forks source link

Ore Dictionary Export wildcard #667

Closed DarkEyeDragon closed 5 years ago

DarkEyeDragon commented 5 years ago

exporting ores with wildcards seems to skip ores that are in ore dictionary.

image this works.

image however this does not export the black quartz. This also seems to exclude Osmium from Mekanism and some other ores. However it does process Copper from Mekanism fine

ruifung commented 5 years ago

I suspect this is because EC2 loops through all items in AE and tries to export the first matching item it finds... if that first matching item fails to export... it just gives up.... and on the next tick.. it would proceed to do the same thing all over again.