From 173352df10066c376cca7fa1b5798bf259655f64 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 15 Dec 2023 23:06:43 -0500 Subject: [PATCH] add formats --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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