You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#31#51https://lifesigns1.bandcamp.com/album/lifesigns
Funny how in the first issue, I wasn't liking the new GitHub UI at the time, now I don't mind it, and it does look really nice :D
This first one is specifically for the persistence of the read offset when `strict` mode is disabled. It is only accessible with a getter on the NBTData object, and it will return `null` otherwise, when strict mode is enabled (still on by default).
This is initially to set up allowing for easier test-parsing of files with adjacent content, like Bedrock's LevelDB entries. With NBTify currently not easily making the previous offset accessible, it makes it hard to deduce where the next reading step should start from. This simply adds that transparency on it's own.
I may rework the method by how the NBTData object handles this, make it a little tidier.
4664e4c
0 commit comments