promotional bannermobile promotional banner

NBT Exporter

Export any items as NBT files!

File Details

[🔨 Forge 1.20] v2.0

  • R
  • May 26, 2024
  • 42.93 KB
  • 48
  • 1.20.4+4
  • Forge

File Name

nbtexporter-1.20-2.0.jar

Supported Versions

  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:nbtexporter-969977:5374625")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Add more commands:

  • /exportnbt exports item NBT only, in compressed binary format
  • /exportstack exports full information about the item as NBT (incl. id & count & damage), in compressed binary format
  • /exportnbtstr exports item NBT only, in text (stringified) format
  • /exportstackstr exports full information about the item as NBT (incl. id & count & damage), in text (stringified) format
  • /exportgive exports full information about the item as /give command into .txt

Improve code, add support for simplified filename validation (for Unix OS & FS), lots of smaller fixes and improvements.