owengage / fastnbt

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

[Request] New protocol support #103

Closed goteusz-maszyk closed 4 months ago

goteusz-maszyk commented 5 months ago

Please add an ability to serialise/deserialise methods in 1.20.2+ network format.

owengage commented 5 months ago

This should be possible, hopefully with backwards compatibility. What an odd change. As a workaround, can you splice out/in those two zero bytes?

goteusz-maszyk commented 5 months ago

I think that's the only thing you need to do...