diff options
author | Freya Murphy <freya@freyacat.org> | 2023-12-15 23:06:43 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-12-15 23:06:43 -0500 |
commit | 173352df10066c376cca7fa1b5798bf259655f64 (patch) | |
tree | cdd8659a661343a40085b9aea239ae99129970ea | |
parent | update readme (diff) | |
download | nbtvis-173352df10066c376cca7fa1b5798bf259655f64.tar.gz nbtvis-173352df10066c376cca7fa1b5798bf259655f64.tar.bz2 nbtvis-173352df10066c376cca7fa1b5798bf259655f64.zip |
add formats
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,14 @@ Command line visualizer for the minecraft [NBT](https://wiki.vg/NBT) data file f Files will have their filetype auto guessed based on their file extension: `.nbt`, `.snbt`, `.json`, unless one is manually specified. The NBT format is the default. +### file types + +The current supported file formats are + +- `nbt` - Named Binary Tag +- `snbt` - String Named Binary Tag (TODO!!) +- `json` - Java Script Object Notation (lossy) + #### complementation To build and install run |