-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate Items in EMI with polymer #1
Comments
interesting, I'll see what I can do since it shouldn't do this but I must be missing something |
I'm having this issue too, additionally, I have PolydexBridge installed in client |
oh yes, i also have polydex bridge as well, forgot about that |
oh that's probably why |
I'll add a check for polydex and if it's enabled I'll skip polymer items |
You should always skip polymer items when it's installed on client anyway, as polymer has it's own integration with EMI/REI/JEI |
Ah yeah that too |
i wouldn't say skip polymer items entirely, because theres polymer mods like bakertools that dont have their items in EMI, but it should be making sure theres no duplicates with that yeah |
That would be a bug on either their side or polymer side |
New plan: make easy item list load in emi, jei, and rei last to ensure no duplicates get added. Since what I assume is happening is that its loading before the official integrations and the official integrations have no reason to check if the items have been added yet so then they add it aswell. EasyItemList should only add non existing items so as long as I fix load order it should work |
Polymer/polymc items will show up in EMI if they are in a polymer creative tab, and easyitemlist will add those same items into emi if they have recipes, leading to a duplicate set of items
The text was updated successfully, but these errors were encountered: