summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2023-12-15 23:06:43 -0500
committerFreya Murphy <freya@freyacat.org>2023-12-15 23:06:43 -0500
commit173352df10066c376cca7fa1b5798bf259655f64 (patch)
treecdd8659a661343a40085b9aea239ae99129970ea
parentupdate readme (diff)
downloadnbtvis-173352df10066c376cca7fa1b5798bf259655f64.tar.gz
nbtvis-173352df10066c376cca7fa1b5798bf259655f64.tar.bz2
nbtvis-173352df10066c376cca7fa1b5798bf259655f64.zip
add formats
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e037034..a87cd71 100644
--- a/README.md
+++ b/README.md
@@ -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