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.
- Host: GitHub
- URL: https://github.com/rfresh2/opennbt
- Owner: rfresh2
- License: mit
- Created: 2023-10-27T20:23:34.000Z (over 2 years ago)
- Default Branch: 3.0
- Last Pushed: 2025-03-31T20:23:12.000Z (about 1 year ago)
- Last Synced: 2025-03-31T21:27:03.286Z (about 1 year ago)
- Language: Java
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.