Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 663 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 663 Bytes

This repository is not being maintained anymore, please refer to one of the active forks instead, for example PrismLauncher/libnbtplusplus.

libnbt++ 2

libnbt++ is a free C++ library for Minecraft's file format Named Binary Tag (NBT). It can read and write compressed and uncompressed NBT files and provides a code interface for working with NBT data.


libnbt++2 is a remake of the old libnbt++ library with the goal of making it more easily usable and fixing some problems. The old libnbt++ especially suffered from a very convoluted syntax and boilerplate code needed to work with NBT data.