add formats
This commit is contained in:
parent
1c902c136b
commit
173352df10
1 changed files with 8 additions and 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.
|
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
|
||||||
|
|
Loading…
Reference in a new issue