Skip to content

Howaner/NBTEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBTEditor

A nbt editor software to edit minecraft binary files. Currently it can be used to edit .dat and .schematic files.
NBTEditor

Download

Used frameworks

The software is written in C++ with the Qt5 framework and Zlib.

How to compile it on linux

apt-get install build-essential qt5-default qttools5-dev-tools cmake zlib1g-dev
mkdir build && cd build
cmake ..
make
./nbteditor

How to compile it on windows

  1. Install qt5 developer framework with mingw-32 compiler
  2. Install cmake
  3. Compile static zlib library
  4. Follow linux introductions

About

Editor for Minecraft NBT and schematic files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages