Minecraft NBT file parser written in GDScript
demo | ||
nbt | ||
.gitattributes | ||
.gitignore | ||
default_env.tres | ||
icon.png | ||
icon.png.import | ||
LICENSE | ||
project.godot | ||
README.md |
GDScript NBT Parser Library For Godot Engine
Read or write NBT files from Minecraft using this library.
This library can read and write the following:
- Gzip compressed NBT files such as level.dat, .nbt structures, .schem, and .schematic files.
- Uncompressed NBT files such as server.dat
This library cannot read the following:
- .mca region files
Compatibility
I made this back in 2022 for Godot 3.x. I have not yet adapted it for Godot 4.x.