-
Notifications
You must be signed in to change notification settings - Fork 50
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
Assertion error on Minecraft 1.14.4 Server #307
Comments
Regrettably 1.14 is not supported yet, please see issue #303. The map format changed and named objects BlockLight, SkyLight and Data no longer exist in newer maps. Data was changed to BlockStates and its type changed from Integer array (32bit elements) to Long array (64bit elements), nbt long array support was added somewhat recently under #303.
yes, limit, radius and center. (quick edit) Line 121 in 9f201f6
Line 127 in 9f201f6
Line 131 in 9f201f6
|
Thanks!! That's great! I'll keep an eye looking forward to 1.14 support! :-) |
Greetings!
I've just discovered this amazing tool for the first time and wanted to test it but I'm unable to do it on Minecraft 1.14.4 server. I tested it on an older version (1.12.2) and it worked fine, but on 1.14.4 I got the assertion error below, as well as the missing messages. Am I missing something or it isn't compatible yet? Thanks in advance!
PS: Is there a way to specifiy which coordinates to map? With the older server I ended up with a 3.6GB file when doing isometric.
Unhandled nbt parser error at byte 0: Expected TAG_Compound at root
The text was updated successfully, but these errors were encountered: