-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open region files #32
Comments
How did you solved the problem? I am stucking at the same message. |
So basically, a region file is not an NBT file, but does store chunk data as NBT. https://wiki.vg/Map_Format#.5Bregion.5D.mca fNbt doesn't seem to have implemented this format. |
Ok, Thanks for the fast answer 👍 |
Hi, you mention you rolled your own. Care to share? I'm guessing this library can still be used for the Chunks but I can't reach them |
Sure: https://github.com/sk-zk/EzNbt I haven't touched it in two years though so if there have been any changes to the format it's probably broken |
Thank you! I was hacking something of my own but I like yours better, I'll give it a try. |
Is it possible to open region files (.mca) with fNbt? It fails with this message:
System.IO.InvalidDataException: 'Could not auto-detect compression format.'
(edit: nvm, rolled my own)
The text was updated successfully, but these errors were encountered: