Bedrock-OSS/bedrock-wiki

Add content about the little endian network byte order for nbts

Opened this issue · 1 comments

NBTs use the little endian network byte order in the bedrock protocol. This is a very important part of NBTs that isn't mentioned at all in the documentation.

It would be very nice to add this.

I might even possibly add it if I have enough time to. I am currently working on an NBT libraray that needs to add this. I used the bedrock wiki as a reference until now.