[1.16.5] Bees causing oversized chunk files
Water-Cat1 opened this issue · 11 comments
A player on our server has a bee farm going and the chunk it is held in is now saving to an external file as seen in the console:
[17:19:06] [IO-Worker-104/WARN] [minecraft/RegionFile]: Saving oversized chunk [9, -41] (1162012 bytes} to external file ./world/region/c.9.-41.mcc
Shown here is an NBT editor look at the chunk showing the a bee with 246 modifiers, multiple instances of "random spawn chance"
The number of bees they have is ~90, and multiple types seem to be exhibiting this "random spawn chance" duplication
"Random spawn bonus" looks to be a vanilla attribute modifier. It's certainly not something I'm setting myself. Can you zip and attach the chunk file?
c.9.-41.zip
Attached
c.9.-42.mcc.zip
Sorry its a server admin whos provided the files, try this one? If that doesn't work I will try get a new file when I can.
I found the problematic code, now I just need to figure out why I call it.
Thanks for pointing it out to me!
I think it's fixed, can you check if it's good for you?
The bees have to load for them to be fixed, so hopefully you can still load the chunks.
New version causes a server crash alongside immersive pipes. Seems similar to #177
"Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.ai.attributes.ModifiableAttributeInstance.func_142049_d()V"