From 5d5bee49928e36d552c8df62bb820af82bd24032 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 23 Sep 2015 01:21:19 +0200 Subject: GH-1238 re-integrate nbt library --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..db3e347e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "depends/libnbtplusplus"] + path = depends/libnbtplusplus + url = https://github.com/MultiMC/libnbtplusplus.git -- cgit