You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NBT in Minecraft Java is implemented with Java's DataInput.readUTF(String), and DataInput/Output represent strings with Modified UTF-8 which is slightly different than standard UTF-8 for 0x00 and higher codepoints