Skip to content

Releases: jaquadro/NBTExplorer

NBTExplorer 2.8.0 for Windows

24 Nov 07:48
Compare
Choose a tag to compare
  • New: Support for NBT long array tags

NBTExplorer 2.7.6 for Windows

18 Apr 20:57
Compare
Choose a tag to compare
  • New: Chunks can be deleted from regions.
  • New: Limited support for nonstandard short-array tags, used by some mods. Read/update/delete support only.
  • Improvement: Tags are sorted alphabetically with compound tags leading (thanks codewarrior)
  • Improvement: Chunks under region nodes will list their world coordinates in addition to local coordinates.
  • Improvement: Any NBT file can be opened in the open-file dialogue regardless of extension (thanks codewarrior)
  • Improvement: More NBT extensions recognized by directory tree view.
  • Fix: Tags can be pasted into an empty list (thanks maruohon)

NBTExplorer 2.7.5 for Windows

16 Sep 06:11
Compare
Choose a tag to compare
  • Fix: Crash when searching compound tags that have keys differing only by case.

NBTExplorer 2.7.4 for Windows

02 Apr 02:33
Compare
Choose a tag to compare
  • Improvement: Basic search checkboxes are unchecked by default and auto-check when you start typing.
  • Fix: Crash when refreshing nodes that contain a list tag on a modified path.
  • Fix: Error logs wouldn't actually write out.

NBTExplorer 2.7.3 for Windows

01 Apr 00:55
Compare
Choose a tag to compare
  • Fix crash when refreshing an unexpanded node.
  • Improved error logging on application crash.

NBTExplorer 2.7.2 for Windows

31 Mar 04:12
Compare
Choose a tag to compare

NBTExplorer:

  • Fix: Array editors not enabled.

NBTExplorer 2.7.1 for Windows

20 Feb 07:07
Compare
Choose a tag to compare

NBTExplorer:

  • Fixed bug in editor "Replace" where non-wildcard tags set to "ANY" would match every tag in the system.

NBTUtil:

  • Paths now support wildcard (*) and glob (**) at any level, allowing you to enumerate all matching tags and apply commands to each one.

NBTExplorer 2.7.0 for Windows

16 Feb 08:08
Compare
Choose a tag to compare
  • New NBTUtil.exe command-line utility to inspect and modify NBT data.
  • Common functionality split out into new support file NBTModel.dll.
  • Added "Open in Explorer" context menu to some nodes. (contrib by flarn2006)
  • Added secret hold ctrl while clicking "open folder" to use alternate open folder dialog. (contrib. by flarn2006)

NBTUtil is a new tool and currently only supports a small subset of NBTExplorer's functionality. Namely, you can print nodes, edit scalar tag values, and set the contents of lists. New functionality may be added gradually based on requests or contributions by other developers. NBTUtil uses the same unified path model as NBTExplorer for navigating filesystems and various NBT source files.

NBTExplorer 2.6.1 for Windows

17 Nov 18:29
Compare
Choose a tag to compare
  • Added more rigorous startup failure checking and reporting.

NBTExplorer 2.6.0 for Windows

10 Nov 01:11
Compare
Choose a tag to compare
  • Added Chunk Finder tool to search menu.