Sophisticated Backpacks

Sophisticated Backpacks

89M Downloads

Game Crashes when adding refill upgrade

HazelsStupid opened this issue ยท 2 comments

commented

Describe the bug
A clear and concise description of what the bug is.
Crash log if it's a crash.
Info on what other mods you're using that may cause a conflict here if applicable.
over 100 mods from a modpack (i can send screen shot of all the mods if needed)
Crash:
The game crashed whilst mousereleased event handler
Error: java.lang.AbstractMethodError: Receiver class net.p3pp3rf1y.sophisticatedbackpacks.upgrades.refill.RefillUpgradeItem does not define or inherit an implementation of the resolved method 'abstract java.util.List getUpgradeConflicts()' of interface net.p3pp3rf1y.sophisticatedcore.upgrades.IUpgradeItem.
exit code: -1

To Reproduce
Steps to reproduce the behavior:

  1. Open backpack
  2. place refill upgrade into upgrade slot
  3. game crash :(
  4. See error

Expected behavior
refill to work :<

Screenshots
If applicable, add screenshots to help explain your problem.

Versions
1.20.1

commented

in general when you get AbstractMethodError that means that either the library (in this case sophisticatedcore) or the mod that's using the library (sophisticatedbackpacks) can't see a correct version of some code on the other side which means those versions are incompatible and you should update

commented

LOL NVM IM DUMB I DOWNLOADED THE NEWEST VERSION WORKS FINE 10/10 :3