add formats

This commit is contained in:
Freya Murphy 2023-12-15 23:06:43 -05:00
parent 1c902c136b
commit 173352df10
No known key found for this signature in database
GPG key ID: 988032A5638EE799

View file

@ -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. 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 #### complementation
To build and install run To build and install run