A graphical NBT editor for all Minecraft NBT data sources
Find a file
Justin Aquadro 3916b8d362 Merge pull request #28 from codewarrior0/unsort-lists
When sorting the children of a TAG_LIST, preserve the original order.
2015-03-18 01:46:56 -04:00
NBTExplorer When sorting the children of a TAG_LIST, preserve the original order. Order matters for TAG_LISTs. 2015-03-06 00:51:58 -10:00
NBTExplorer.Installer Change string compare to natural compare 2015-02-26 23:21:44 -05:00
NBTModel Add absolute world chunk coordinate to chunk names. 2015-02-28 14:50:42 -05:00
NBTUtil File organization; added wildcard and glob matching to NBTUtil paths 2014-02-20 01:58:40 -05:00
References Add absolute world chunk coordinate to chunk names. 2015-02-28 14:50:42 -05:00
.gitignore Reorganize project structure; Add installer project 2013-11-09 22:57:24 -05:00
LICENSE.txt Initialize repo 2011-12-02 01:29:41 -05:00
NBTExplorer.sln Restructuring project to support separate command-line utility 2014-02-16 02:56:27 -05:00
README.md Adding readme file 2012-11-10 22:38:21 -05:00

NBTExplorer

NBTExplorer is an open-source NBT editor for all common sources of NBT data. It's mainly intended for editing Minecraft 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.

Mac

A separate Mac version with a native UI is available. All Mono dependencies are included within the app package. Minimum supported OS is OSX 10.8 Mountain Lion, but it may run on versions as early as Snow Leopard.

The Windows version of NBTExplorer can still be used if the Mac version does not work. You will need to install the Mono runtime, and then run NBTExplorer with Mono from the command line.