Closed NiclasOlofsson closed 9 years ago
Thanks for bringing this to my attention, Niclas! I was not aware of this quirk. I'll have it fixed this week.
I can provide a pull for the fix if that helps speed up the release? About 50% of the worlds loding are affected by this right now. But i guess that the actual "fix" is not what takes time, right?
The hard part is finding the time :)
A quick fix (in the pull request) is possible, but I need to check for side effects, and add various sanity checks and unit tests (for example, it should not be possible to have a non-empty list of end-tags). And then package and distribute it.
I expect to have it all done within 24 hours though. I'm sorry about the wait!
Yeah, was a very dirty quick fix :-) The changes you made looks good. I'll wait for it to update NuGet and then test it.
NuGet update was just pushed!
According to the "spec" at http://minecraft.gamepedia.com/NBT_format
"It may also be the type of empty List tags."
In the code for NbtList it doesn't allow END tags as type for the list hence barfs on some (many) region files.