-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Worn backpack contents moving to placed backpack #6273
Comments
This seems like it might be related to this issue here: P3pp3rF1y/SophisticatedBackpacks#1127 It might be the issue with UUIDs being duplicated. Did this happen to a new backpack that you created? |
I can't say for sure but it's very possible (and most likely) that they were both backpacks that we got from loot chests |
I just had the same thing happen where I was given a backpack as a random quest reward and it was one that an offline player had been wearing. When they logged in they had an empty backpack |
Took a look and I am pretty sure these backpacks came from quests as there are 3 defined in quests that include UUID, which means that all players that get these initially get the same ID for that backpack until two of them are online at the same time and UUID dedupe logic assigns new ID to one of them. These backpacks in quests need to have their
|
Interesting. I removed the UUID from the backpacks given out as a reward before, but this must be a bug with ftb quests not saving nbt data on rewards. I've had a few issues with NBT data not saving as rewards (mostly with Fluid Tanks), so I'll probably be removing these as quest rewards for now. Thanks for pointing it out! |
Modpack
FTB Evolution
Modpack version
1.3.0
Launcher
CurseForge
Has the pack been modified
No
Log Files
No response
Describe the bug
Player on my server is having their backpack's content "deleted." After the first time it happened we figured it was something to do with a server rollback, however we just found the contents that were originally in the backpack they were wearing, inside of a placed backpack in another player's base that had never been visited. TLDR: Player's backpack contents are getting moved to a placed backpack upon login
This has happened twice and I'm unsure of exactly how to replicate it
Steps to reproduce
Backpack placed in world
Backpack worn on player
Player leaves and rejoins server
Expected behaviour
Contents of worn backpack moves to placed backpack
Screenshots
No response
Additional information
freethefr0gs on discord if you want me to test anything further, i do not check github regularly at all
The text was updated successfully, but these errors were encountered: