summaryrefslogtreecommitdiffstats
path: root/depends/libnbtplusplus/README.md
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-09-23 01:21:19 +0200
committerPetr Mrázek <peterix@gmail.com>2015-09-23 01:21:19 +0200
commit5d5bee49928e36d552c8df62bb820af82bd24032 (patch)
treeb369d566368f1622ae2fd3a2b2c0021a4aa7b5b1 /depends/libnbtplusplus/README.md
parente60a652b78af8f985862da726898291f807ae058 (diff)
downloadMultiMC-5d5bee49928e36d552c8df62bb820af82bd24032.tar
MultiMC-5d5bee49928e36d552c8df62bb820af82bd24032.tar.gz
MultiMC-5d5bee49928e36d552c8df62bb820af82bd24032.tar.lz
MultiMC-5d5bee49928e36d552c8df62bb820af82bd24032.tar.xz
MultiMC-5d5bee49928e36d552c8df62bb820af82bd24032.zip
GH-1238 re-integrate nbt library
Diffstat (limited to 'depends/libnbtplusplus/README.md')
m---------depends/libnbtplusplus0
-rw-r--r--depends/libnbtplusplus/README.md15
2 files changed, 0 insertions, 15 deletions
diff --git a/depends/libnbtplusplus b/depends/libnbtplusplus
new file mode 160000
+Subproject 9d17b0a9b93e684a5ac6cac8f70d9a7909a877c
diff --git a/depends/libnbtplusplus/README.md b/depends/libnbtplusplus/README.md
deleted file mode 100644
index 913c0ee9..00000000
--- a/depends/libnbtplusplus/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# libnbt++ 2 (WIP)
-
-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.
-
-
-Forked from https://github.com/ljfa-ag/libnbtplusplus at commit 3b7d44aa0b84f9c208d906f4d10517e36220ee80 \ No newline at end of file