Game Crashes when adding refill upgrade
HazelsStupid opened this issue ยท 2 comments
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:
- Open backpack
- place refill upgrade into upgrade slot
- game crash :(
- See error
Expected behavior
refill to work :<
Screenshots
If applicable, add screenshots to help explain your problem.
Versions
1.20.1
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