NBT.gd/README.md
2024-03-08 01:22:55 -05:00

16 lines
No EOL
463 B
Markdown

# 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.