File Details
[📜 Fabric 1.20] v2.0
- R
- May 26, 2024
- 47.12 KB
- 32
- 1.20.4+4
- Fabric
File Name
nbtexporter-1.20-2.0-fabric.jar
Supported Versions
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
Curse Maven Snippet
Add more commands:
/exportnbtexports item NBT only, in compressed binary format/exportstackexports full information about the item as NBT (incl. id & count & damage), in compressed binary format/exportnbtstrexports item NBT only, in text (stringified) format/exportstackstrexports full information about the item as NBT (incl. id & count & damage), in text (stringified) format/exportgiveexports full information about the item as/givecommand into .txt
Improve code, add support for simplified filename validation (for Unix OS & FS), lots of smaller fixes and improvements.

