BeansGalaxy / Beans-Backpacks-2

1.20 inventory management mod. Designed to solve inventory clutter and transferring items while belonging in vanilla Minecraft's aesthetic.
MIT License
23 stars 0 forks source link

On a server, when you die, the backpacks drop and delete all the items inside them. #108

Closed MarbleHoarder closed 6 months ago

MarbleHoarder commented 6 months ago

Version: 20.1 - 0.21-v2 Loader: Fabric 0.15.7

This behaviour does not accrue while playing on the same mod list in singleplayer.

BeansGalaxy commented 6 months ago

can you post your latest log of the server or upload the modlist?

MarbleHoarder commented 6 months ago

Modlist.json I don't have the logs on me right now but i'll get them as soon i can.

BeansGalaxy commented 6 months ago

if you run the server, die, stop the server and upload that log. That would help too. I can't really diagnose the issue with all the mods installed.

Also if you have any mods that effect player respawning like a grave mod. That could be causing the issue since this is a reoccurring issue with those types of mods.

MarbleHoarder commented 6 months ago

latest.log here is the log, there is not grave mod installed but I'll try to find if its a mod compatibility issue.

P.S I did a trail and error check, its Trinkets and its backpack slot. On singleplayer it works fine but on a server it brakes.

BeansGalaxy commented 6 months ago

Found the error! When I first set up trinkets I put some essential stuff in a client only part of the mod when it should have been put somewhere the client and server can both access it. This must've been an issue for a while and, since I've been cleaning up a lot of code, I must've removed a bug cancelling out this one.

Thanks for all your help! Keep an eye out for 20.1-0.22-v2 ;)