Conection closed to server if i use StorageDrawers
Pinhead1104 opened this issue ยท 5 comments
I have an errormessage if i install StorageDrawers and connect to server.
io.netty.handler.codec.DecoderException: Failed to decode packet 'clientbound/minecraft:container_set_content'
latestmit drawer.log
That looks like a server log and I don't see anything specific in there. Do you have your client log from when you failed to connect?
Here is the client log
disconnect-2024-09-09_16.39.00-client.txt
I'm not sure there is anything I can spot to help here. Are the versions of mods the same between client and server?
There's some evidence in both logs of mixed up IDs, and specifically related to network it looks like the game is trying to decode one packet it received as some other packet type and the data is wildly mismatched and crashes.