Sophisticated Backpacks

Sophisticated Backpacks

89M Downloads

Mod don't load on server

clement5188 opened this issue ยท 2 comments

commented

Hello everybody !
I try to implement sophisticatebackpack in gradle to use it as dependency.
in build.gradle I added : implementation fg.deobf("curse.maven:sophisticatedbackpacks-422301:4167327")
Now When I lauch client no problem but when I launch on server I get this crash (in attachement)
can you help me ?
thank's for reading
Versions
I use mod version 1.16.5-3.15.20.755, the version 1.16.5-3.15.19.721 doesn't work to.

crash-2023-03-16_21.14.49-fml.txt

commented

this is not really a mod bug and I don't support 1.16 anyway either, but from the quick look it seems like you have something in your dev environment that causes client proxy to be loaded on server side in DistExecutor on that line where it crashes. So you will likely need to mess with removing dependencies / jdk or something like that.

commented

Ok thank you for answering me!
I will check that.