This is a fork of https://github.com/Howaner/NBTEditor, with:
- some fixes/improvements
- Web version
- CI that uploads binaries on every commit
A nbt editor software to edit minecraft binary files. Currently it can be used to edit .dat and .schematic files.
See Releases page or CI artifacts
The software is written in C++ with the Qt6 framework and Zlib.
apt-get install build-essential Qt6-default qttools5-dev-tools cmake zlib1g-dev
mkdir build && cd build
cmake ..
make
./nbteditor
- Install Qt6 developer framework with mingw-32 compiler
- Install cmake
- Compile static zlib library
- Follow linux introductions