5 Commits (eac3d24136b33db64550da5902be1ddde6ee4cd1)

Author SHA1 Message Date
trivernis eac3d24136
Fix optional tag checks and shifting of overlapping chunks
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis f72ceb0ed2
Add more nbt tags to be checked
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis eb88a39b9a
Add optional deletion of corrupted chunks and region files
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 687201d164
Fix memory leak and wrong nbt scan results
Fix a memory leak error caused by incorrect parsign of ByteArrays.
ByteArrays are now skipped completely when parsing nbt data since they
take up a lot of memory. The NBT Data is now parsed dynamically from
the BufReader of the file rather than using a preallocated slice.

Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis f5ad767d22
Add scanning of chunk data in nbt format
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago