No description
Find a file
2023-12-14 20:20:39 -05:00
src fix printing arrays 2023-12-14 20:20:39 -05:00
.gitignore testing 2023-12-14 18:08:16 -05:00
LICENSE docs 2023-12-14 19:50:39 -05:00
Makefile initial stable 2023-12-14 19:38:55 -05:00
README.md docs 2023-12-14 19:50:39 -05:00

nbtvis

Command line visualizer for the minecraft NBT data file format.

usage

nbtvis <file.nbt>

You can know if a file is NBT if the first byte in hexdump is 0a

complementation

To build and install run

make build
sudo make install

The binary will be installed to /usr/lcoal/bin/nbtvis

license

This project is licensed under the MIT license