-
Notifications
You must be signed in to change notification settings - Fork 22
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
Exception on import from 1.15.2 #30
Comments
I am getting the exact same error. Minecraft v1.15.2 (no mods) My output is the same as above. i tried both |
The file save format has been changed in 1.15. https://minecraft.gamepedia.com/Chunk_format That's what the changelog says
If someone wants to help... |
Same problem. |
I found a python library that is able to extract chunks from MC maps. we could use this library in place of block.py |
I ended up completely rewriting the script using that library |
When starting the import, an exception occurs and creates an empty world:
Versions:
Minecraft: 1.15.2 (no mods)
Python: 3.6.9
On some worlds, the exception happens at the first line of the output. On other worlds, after a few correct output lines.
Here is a vanilla map, on which I have the exception at the first line (removed player data):
MTTest.zip
The text was updated successfully, but these errors were encountered: