A graphical NBT editor for all Minecraft NBT data sources
Find a file
2013-10-29 22:17:07 -04:00
Controllers ExplorerBar on find/replace 2013-10-29 22:17:07 -04:00
Mac Cleanup and ready for a beta release. 2012-11-10 23:21:09 -05:00
Model ExplorerBar on find/replace 2013-10-29 22:17:07 -04:00
Properties Ready for search and replace beta release (no replace-all yet) 2013-08-10 02:11:04 -04:00
References Update Substrate; Version 2013-05-25 01:15:38 -04:00
Resources Initial work on advanced find/replace 2012-11-14 20:14:45 -05:00
Vendor Merge branch 'master' into feature-replace 2013-08-06 21:35:31 -04:00
Windows ExplorerBar on find/replace 2013-10-29 22:17:07 -04:00
.gitignore Added node refresh capability 2012-11-11 13:52:12 -05:00
app.config Recent files and directories lists preserved accross sessions. 2012-09-02 19:15:37 -04:00
dead_bush.ico Release candidate 2011-12-04 02:18:27 -05:00
FormRegistry.cs Added root node renaming and container manipulation capability 2013-02-05 02:14:52 -05:00
Info.plist Cleanup and ready for a beta release. 2012-11-10 23:21:09 -05:00
LICENSE.txt Initialize repo 2011-12-02 01:29:41 -05:00
MainForm.resources Merge commit '491b13aec3002d075f9dc7bc3c05833951234176' into mac-ui 2012-11-04 23:34:59 -05:00
NbtClipboardController.cs Refactored Clipboard model to separate UX layer. 2012-11-09 00:14:23 -05:00
NbtClipboardData.cs Refactored Clipboard model to separate UX layer. 2012-11-09 00:14:23 -05:00
nbte.icns Cleanup and ready for a beta release. 2012-11-10 23:21:09 -05:00
NBTExplorer.csproj ExplorerBar on find/replace 2013-10-29 22:17:07 -04:00
NBTExplorer.sln Intermediate state 2013-10-28 23:30:39 -04:00
NBTExplorerMac.csproj Minor cleanup 2012-11-11 00:57:38 -05:00
Program.cs Refactoring project structure to better separate UI concerns 2012-11-04 22:32:18 -05:00
ProgramMac.cs Merge commit '491b13aec3002d075f9dc7bc3c05833951234176' into mac-ui 2012-11-04 23:34:59 -05:00
README.md Adding readme file 2012-11-10 22:38:21 -05:00
SearchWorker.cs Ready for search and replace beta release (no replace-all yet) 2013-08-10 02:11:04 -04: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.