owengage / fastnbt

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

Support 1.12 #43

Closed owengage closed 2 years ago

owengage commented 2 years ago

World format was quite different for 1.12 and might be difficult to do. But once done should never need to be touched again.

owengage commented 2 years ago

@Badel2 implemented a good start for this. There's a lot of work to get all the blocks fully decoded with properties and whatnot.