NBTify icon indicating copy to clipboard operation
NBTify copied to clipboard

A library to read and write NBT files on the web!

Results 17 NBTify issues
Sort by recently updated
recently updated
newest added

I've been curious about looking into using esbuild instead of `tsc` to compile the source for use in Node and the browser. Things are still a little over my head...

enhancement

Looking into a few different ways to accomplish representing tuple types with `TypedArray`-based NBT key types. Right now the standard library types don't provide anything like tuple support for `TypedArray`...

enhancement

Since some NBT file data terminates before the end of the full file itself, this has brought up the use for adding the `strict` flag to the reading process. I'm...

enhancement

Tonight, we (Minecraft Manipulator) were discussing the NBT spec's use of the Java version of UTF-8, which is called MUTF-8, or Modified UTF-8. I have been meaning to look into...

bug

Right now I'm running all of my tests in a single subtest, and things are getting very disorganized and chaotic. I want to split things apart so they can use...

enhancement

A reference to the discussion from https://github.com/Offroaders123/Dovetail/issues/5: > I also think I need to look into improving the error messages with as to what part of the SNBT content isn't...

enhancement

Realized that currently I'm not validating the tag types present in ByteArray, IntArray, and LongArray tags when reading them from an SNBT string. I really need/want to rework my current...

bug

This is more specific to [NBT-Lang](https://github.com/Offroaders123/NBT-Lang) and Tnze's [NBT language extension](https://github.com/Tnze/snbt-vscode), but it's worth linking to here as well. I want to enable first-class LSP support for SNBT files, possibly...

enhancement

![SNBT decimal point demo](https://github.com/Offroaders123/NBTify/assets/65947371/493708ec-7191-422b-a81f-0db065a8b33e)

bug