An open API service indexing awesome lists of open source software.

https://github.com/rfresh2/opennbt

A library for reading and writing NBT files.
https://github.com/rfresh2/opennbt

Last synced: about 1 year ago
JSON representation

A library for reading and writing NBT files.

Awesome Lists containing this project

README

          

# Info

This project is a fork of OpenNBT and ViaNBT, for use with ZenithProxy.

There are a few patches made on top for deferring NBT serialization to/from byte arrays, what I call MNBT.

This is to avoid unnecessary GC pressure when we don't need to read or write NBT data contained in packets.