The bug
Since 1.19.3 Pre-release 3, a finite upper limit has been added to the NBT size. This limit is 2097152 bits in one place and 2097152 bytes in another. This is probably unintentional, and either one is correct. (It seems that bytes are correct, considering that the limit comes from the max NBT size of FriendlyByteBuf
.)
Code analysis
In net.minecraft.commands.arguments.NbtPathArgument#set
and net.minecraft.commands.arguments.NbtPathArgument#insert
, NBT sizes are calculated in bits by sizeInBits
. On the other hand, in net.minecraft.server.commands.data.DataCommands#register
and net.minecraft.server.commands.data.DataCommands#mergeData
, NBT sizes are calculated in bytes by sizeInBytes
.
Thank you for your report!
We're tracking this issue in MC-258203, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-- I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.