diff options
author | Freya Murphy <freya@freyacat.org> | 2023-12-16 20:09:24 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-12-16 20:09:24 -0500 |
commit | 081bdb70628163768a7361be10772c11980b5536 (patch) | |
tree | ea979fb19da3285ca369acaaba4bf985d19971a9 /README.md | |
parent | use hashmap for compound tag (diff) | |
download | nbtvis-081bdb70628163768a7361be10772c11980b5536.tar.gz nbtvis-081bdb70628163768a7361be10772c11980b5536.tar.bz2 nbtvis-081bdb70628163768a7361be10772c11980b5536.zip |
snbt
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ Files will have their filetype auto guessed based on their file extension: `.nbt The current supported file formats are - `nbt` - Named Binary Tag -- `snbt` - String Named Binary Tag (TODO!!) +- `snbt` - String Named Binary Tag - `json` - Java Script Object Notation (lossy) #### complementation |