P3pp3rF1y / SophisticatedBackpacks

Sophisticated backpacks is yet another minecraft backpack mod this time with backpack you can place in world, color in different color combinations, upgrade with more inventory and enhance with many functional upgrades.
https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks
GNU General Public License v3.0
109 stars 74 forks source link

Game Crashes when adding refill upgrade #1039

Closed HazelsStupid closed 5 months ago

HazelsStupid commented 5 months ago

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

HazelsStupid commented 5 months ago

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

P3pp3rF1y commented 5 months ago

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