Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0keponline/nbtexporter
A simple Minecraft mod you can use to export NBT tags of any items.
https://github.com/0keponline/nbtexporter
1-12-2 1-19 1-20 fabric fabric-mod forge-mod minecraft minecraft-forge minecraft-forge-mod minecraft-mod nbt nbt-files
Last synced: 16 days ago
JSON representation
A simple Minecraft mod you can use to export NBT tags of any items.
- Host: GitHub
- URL: https://github.com/0keponline/nbtexporter
- Owner: 0KepOnline
- License: epl-2.0
- Created: 2024-02-02T18:20:27.000Z (10 months ago)
- Default Branch: 1.12.2
- Last Pushed: 2024-06-18T16:10:42.000Z (5 months ago)
- Last Synced: 2024-10-31T05:04:28.028Z (16 days ago)
- Topics: 1-12-2, 1-19, 1-20, fabric, fabric-mod, forge-mod, minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod, nbt, nbt-files
- Language: Java
- Homepage: https://scenariopla.net/nbtexporter
- Size: 262 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Logo](src/main/resources/nbtexporter_logo_32x32.png) NBT Exporter
NBT Exporter is a simple client-side mod that allows players to export NBT data of items from their inventory.
## Usage
![!](https://img.shields.io/static/v1?label=&message=!&color=yellow) This mod only exports NBT data, **not item IDs, stack counts, or damage values**.Hold the item you want to export NBT for, and use the `/exportnbt` command.
You can use it like that:
```
/exportnbt MyUniqueItem
```...or like that:
```
/exportnbt "My Unique Item, but with spaces"
```Providing a file name is optional. If not specified, the file will use the current date and time as the name.
## Commands
Since v2.0 NBT Exporter provides these 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