-
Notifications
You must be signed in to change notification settings - Fork 0
A C NBT library for Minecraft
License
markzz/libmcnbt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
markzz's Minecraft NBT C Library ================================ This is a library that opens, examines, modifies, and saves NBT data for the game Minecraft. This document discusses the basics of the library. There are two files that should be distributed with this library, the library itself and "mcnbt.h". Only data, structures, and functions declared in the latter file are available to any linking software and the structures are opaque and its elements are to be accessed only through the provided functions. Generally, functions are named in the format "nbt_<type>_<action>" (example nbt_tree_get_name). Internal functions are given a prepended underscore (_).
About
A C NBT library for Minecraft
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published