BeansGalaxy / Beans-Backpacks-2

1.20 inventory management mod. Designed to solve inventory clutter and transferring items while belonging in vanilla Minecraft's aesthetic.
MIT License
21 stars 1 forks source link

[Bug] Crash with Elytra Slot #121

Closed SaltSouls closed 2 months ago

SaltSouls commented 2 months ago

Description:

So for some reason this mod is creating and registering the same curios capability as the elytra slot mod, causing the game to crash when using something like EMI to scroll through the lists of items. What I would like to suggest is that this mod only registers its capability if the elytra slot mod isn't loaded. That or make it so the elytra slot mod is a requirement if you plan on having basically the same functionality as it. This way it can avoid further issues/crashes when the two mods are used in combination with each other.

Logs:

latest.log | debug.log

BeansGalaxy commented 2 months ago

Long time no see!

Originally I had depended on Elytra Slot to wear it in the Back Slot but I ended up creating so many capabilities that mirrored theirs that I just moved the elytra over to use my code. I planned on just creating the rest of their capabilities in my own mod but never got around to it + feels kind of cheap to make their mod obsolete like that + their implementation is going to be much better than the after thought mine was gonna be.

I'll look at throwing out my implementation if Elytra Slot is installed and get our mods working together again.

BeansGalaxy commented 2 months ago

Working again in 20.1-0.24-v2!