When attempting to parse an SNBT string greater than 4096 UTF-8 (8 bits per character) characters (4096*8=32768) the module exits with: "amulet_nbt._errors.SNBTParseError: SNBT string is incomplete. Reached the end of the string.". While I may understand that fixing this would bring some performance implications into play, I feel like there should be a way to, somehow, address it.
When attempting to parse an SNBT string greater than 4096 UTF-8 (8 bits per character) characters (4096*8=32768) the module exits with: "amulet_nbt._errors.SNBTParseError: SNBT string is incomplete. Reached the end of the string.". While I may understand that fixing this would bring some performance implications into play, I feel like there should be a way to, somehow, address it.