Sandertv / gophertunnel

General purpose library for Minecraft Bedrock Edition software written in Go
MIT License
423 stars 97 forks source link

Allow arrays to be decoded into slices for easier management in structs #137

Closed JustTalDevelops closed 2 years ago

Sandertv commented 2 years ago

I'm a bit hesitant on this because it will make decode and encode asymmetric.

Sandertv commented 2 years ago

Going to close this because this would make a decode -> re-encode result in different data than before (different types of tags) which just isn't helpful.