Sophisticated Backpacks

Sophisticated Backpacks

89M Downloads

Editing CompoundTag while it is written to by packet

nhammond129 opened this issue ยท 2 comments

commented

See this issue from Enigmatica6.

We're also seeing it in a personal pack right after adding SophisticatedBackpacks, so I think this is correct.
(Personal pack version of SophisticatedBackpacks is latest release: sophisticatedbackpacks-1.16.4-2.2.1.183.jar from curseforge as of Feb 25.)

commented

This should actually have been solved by 3893201 as the offending lines (

tag.putInt(INVENTORY_SLOTS_TAG, getInventoryHandler().getSlots());
tag.putInt(UPGRADE_SLOTS_TAG, getUpgradeHandler().getSlots());
) no longer exist after this commit.

commented

yes it is solved in the latest version on CF.