โ
Root Name
โ
Total Tags
0
Select any tag on the left to see rich preview
Loading File...
Parsing NBT data
Add New Tag
Save To...
Paste SNBT
Clear Everything?
This will delete the current NBT tree, history, and all tabs.
โ๏ธ Rename Key
How to Use
Getting Started
โข Click Open File or drag & drop any supported file (.nbt, .dat, .dat_old, .schem, .snbt, .json, .txt, .mca)
โข Use the template buttons (Create Item or Create Entity) for quick testing
Main Editing Method
โข Switch to the Live SNBT tab
โข Edit the SNBT text directly
โข Click Parse SNBT โ Tree to update the tree view
This is the recommended way to make changes.
SNBT Data Type Suffixes
In SNBT, you can specify the exact data type using these suffixes:
| Suffix | Type | Example | Common Use |
|---|---|---|---|
| b | Byte | 42b | Small values (-128 to 127) |
| s | Short | 300s | Medium values |
| (none) | Int | 123456 | Default integer |
| l | Long | 7496645187048104094L | Seeds, UUIDs, large numbers |
| f | Float | 3.14f | Single precision decimal |
| d | Double | 2.71828d | High precision decimal (default for decimals) |
Pro Tip: Always use L for RandomSeed, UUID, and timestamps. Use d for coordinates and rotations.
Other Useful Tools
โข + Add Tag โ Add new tags to the current compound
โข Undo / Redo โ Full editing history support
โข Collapse All / Expand All for large structures
โข Search box at the top of the NBT Tree
โข Save File โ Saves in the original format
Preview & Analysis
โข Use the Preview / Info tab for a smart summary
โข Raw Hex tab shows the raw binary data
Customization
โข Click the Theme button to change the app appearance
Tips
โข Large files may take a few seconds to load
โข Always click Parse SNBT โ Tree after editing in the Live SNBT tab
โข Use Undo/Redo if you make a mistake