Long Array type not supported
Iykury opened this issue · 1 comments
Iykury commented
I tried to edit an NBT file with an array of longs (which is a tag type that was added in 1.12 back in 2017), but got this error:
Error: Unable to parse test.nbt, are you sure it's an NBT file?
caused by: Got unknown type id c trying to read NBT compound
For help, run with --help or read the manpage.
When I removed the array using NBTExplorer and tried again, it loaded fine, so I know that's what's causing the problem.