silk
silk copied to clipboard
feat(nbt): add serializers for tags and item stack
Is there a code style guideline?
Ready for reviewing
Thanks, will check it out in a few days, ping me if I forget it.
Thanks, will check it out in a few days, ping me if I forget it.
Ping
Looking good so far - cloned it locally, I'll add a few commits to this PR and then request a review from f0x.
There is something wrong. The BaseTagSerializer require a TagEncoder to fetch the tag. So it can't be used in other formats. So the serializers should be internal or implement a standalone parser for serializer.