-
Notifications
You must be signed in to change notification settings - Fork 950
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
NBT tag too big #3001
Comments
There seems to be a check to fix this, right? |
Someone else also recently reported this. What I'm noticing is in both cases, the size of the NBT tag was only over the max by a few bytes. This makes me think that something isn't accounted for when determining the size used in the check. I don't know what that could be and I haven't really done any proper testing so it could be something completely different, but I thought I would throw that out there for anyone who may want to debug this. |
I think it doesn't take the other items in the players inventory into account |
There was a mod for Minecraft 1.16.5 that increased the maximum packet size to 2 GB but it hasn't been ported to 1.18 at the time of writing this |
I had this problem too. Is there a way to check the player's current inventory size? 1.19.2+ Packet mods (Mutually Exclusive): |
This problem is fixed using: https://www.curseforge.com/minecraft/mc-mods/packet-fixer |
Describe the Bug
I'm sure that you are aware of this bug.
If you pick up a miner that has too many items in it, the nbt tag of it will be too big and you can't join the server anymore.
Reproduction Steps
Expected Result
If the NBT size is too large, forbid picking it up
Screenshots and Videos
No response
Crash Report or Log
No response
Operating System
macOS Big Sur 11.5.2
Mod Version
0.4.0f
Minecraft Version
1.18.2
Forge Version
39.1.2
Other Mods
No response
Additional Context
Big miner.
The text was updated successfully, but these errors were encountered: