Bewitchment (Legacy)

Bewitchment (Legacy)

8M Downloads

Playerdata file size is increasing from exploredChunks

runescapejon opened this issue ยท 1 comments

commented

Expected Behavior

Playerdata is holding too much data that is cause by consistent chunk loading when a player load a new chunk

Actual Behavior

Playerdata size is going well over 100,000 bytes

Steps to Reproduce

Really don't know how to reproduce since this happen once when i updated the mod. Sorry but will provide as much detail as possible.

tag.setTag("exploredChunks", instance.exploredChunks);

Here it's putting this information into a playerdata here is the result of that (down below)

Since this is increasing players ingame either lag very intensively or wont be able to login into the server because it's minecraft playerdata size limitation.
Also, if you want to do some investigation of the actual playerdata I'll put the actual file down below

e23b034b-c2d2-4ae5-ba7a-93fb08de9c69.zip

Version of Minecraft, Bewitchment, Forge, Patchouli, and Baubles used

Mc - 1.12.2
forge-1.12.2-14.23.5.2847
Baubles-1.12-1.5.2
Patchouli-1.0-20
bewitchment-1.12.2-0.0.21.1

Screenshots encouraged

913010002f0fdec2eba7d76018b0f8f1
f93a6d4ad8430cf1bb0252ad7a79058a

Logs, in the event of a crash

If this is a question, developer commentary, or a suggestion, ignore this template

commented

This bug needs urgent attention.