[Bug]: Crash with Quark and EMI
SaltSouls opened this issue ยท 3 comments
Minecraft Version
1.20.1
What happened?
When scrolling through EMI with Quark and this mod installed, the game crashes after hitting a certain page. This crash seems to be related to the Elytra item renderer and also a problem with a duplicate capability key curios:item
. If I had to guess I would say that it is something specific to the duplicate capability key and not the actual renderer.
How do you trigger this bug?
- install quark and EMI with Elytra Slot
- Load into game
- Open EMI
- Scroll through EMI
- Crash
- ???
- Profit
...
Loader
Forge
Loader Version
Forge - 47.2.23
API Version
N/A
Mod Version
6.3.0+1.20.1
Relevant Log Outputs
This seems like an issue with multiple mods trying to add the same capability to the elytra. Do you have any other elytra mods? Please try this with just Elytra Slot, it dependencies, and EMI and Quark installed and try to reproduce this issue. If it's not reproducible, then the culprit is likely a mod conflict with another mod in your list.
This seems like an issue with multiple mods trying to add the same capability to the elytra. Do you have any other elytra mods? Please try this with just Elytra Slot, it dependencies, and EMI and Quark installed and try to reproduce this issue. If it's not reproducible, then the culprit is likely a mod conflict with another mod in your list.
Hmmm... It would seem you are correct, though I'm not sure what would be adding the same capability to it... I will test more and get back to you when I find the proper culprit.