owengage / fastnbt

Fast serde serializer and deserializer for Minecraft's NBT and Anvil formats
MIT License
186 stars 34 forks source link

Support 1.14, 1.13 #42

Closed owengage closed 2 years ago

owengage commented 2 years ago

For some reason fastanvil cannot render these versions. I suspect it's the same problem for both versions.

owengage commented 2 years ago

This was simply the fact that the 'status' in a chunk was changed in 1.15, and we weren't allowing the statuses from 1.13 and 1.14.