nbt in c#
#427
Replies: 1 comment
-
I'd suggest using an existing NBT library for C#, like this one, doing it by hand will take some time. If you want to dig into the specification and implement it yourself, this should be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've got the bytes from the nbt data in the inv_armor property. But how do I convert this into a json object or array of bytes that represents a json format in c#. Please help!
Beta Was this translation helpful? Give feedback.
All reactions