NBTExplorer is an open-source NBT editor for all common sources of NBT data. It's mainly intended for editing [Minecraft](http://www.minecraft.net) game data.
## Supported Formats
NBTExplorer supports reading and writing the following formats:
* Standard NBT files (e.g. level.dat)
* Schematic files
* Uncompressed NBT files (e.g. idcounts.dat)
* Minecraft region files (*.mcr)
* Minecraft anvil files (*.mca)
* Cubic Chunks region files (r2*.mcr, r2*.mca)
## System Requirements
### Windows
Windows XP or later, .NET Framework 2.0 or later.
### Linux
NBTExplorer is compatible with recent Mono runtimes, at least 2.6 or later.
Minimally, your system needs the `mono-core` and `mono-winforms` packages, or whatever package set is equivalent. [This blog post](http://blog2.vorburger.ch/2017/02/how-build-mono-app-like-eg-minecraft.html) explains how to build and run e.g. on Fedora Linux: