Skip to content
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

Open
unix-supremacist opened this issue Aug 21, 2024 · 10 comments
Open

Duplicate Items in EMI with polymer #1

unix-supremacist opened this issue Aug 21, 2024 · 10 comments

Comments

@unix-supremacist
Copy link

image
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

@JustAHuman-xD
Copy link
Owner

interesting, I'll see what I can do since it shouldn't do this but I must be missing something

@noiverre
Copy link

I'm having this issue too, additionally, I have PolydexBridge installed in client

@unix-supremacist
Copy link
Author

oh yes, i also have polydex bridge as well, forgot about that

@JustAHuman-xD
Copy link
Owner

oh that's probably why

@JustAHuman-xD
Copy link
Owner

I'll add a check for polydex and if it's enabled I'll skip polymer items

@Patbox
Copy link

Patbox commented Aug 23, 2024

You should always skip polymer items when it's installed on client anyway, as polymer has it's own integration with EMI/REI/JEI

@JustAHuman-xD
Copy link
Owner

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

@unix-supremacist
Copy link
Author

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

@Patbox
Copy link

Patbox commented Aug 26, 2024

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

@JustAHuman-xD
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants