Backpack Copy and crash game
DataOod opened this issue ยท 9 comments
When you open backpack and drop it in a same moment ,backpack will by copy it and crash game or server. one backpack use that bug will be two same backpack with items inside
here is crash report:
report.txt
I will need some guidance here on how I can actually drop the backpack and open it at the same time. I have tried like 20 times and am unable to do that, it either drops or it opens, but not both at the same time.
@xxlio109 I am fully aware of how to drop items in mc, but despite trying like 100 times now I wasn't able to recreate this issue so there must be something else going on here.
And actually looking at the backpack code I don't see anything that could copy the backpack itself - there's only code that works with backpack's item handler so it will only show items / update items in the backpack if there's an item in the player's hand so the fact that it gets duplicated is outside of the scope of this and must happen before the GUI is even open on MC side or as part of some core mod that has this issue.
I will close this issue unless you can provide me with steps how to recreate with just AW mod in the modpack.