From 3102b4bcd27f00158d22ec2bbf932e3ca2eae10c Mon Sep 17 00:00:00 2001 From: Robert Zenz Date: Sun, 12 Jul 2015 11:24:30 +0200 Subject: [PATCH] Added dependencies. --- .gitmodules | 6 ++++++ deps/utils | 1 + deps/worldgen-utils | 1 + mods/utils | 1 + mods/worldgen_utils | 1 + 5 files changed, 10 insertions(+) create mode 100644 .gitmodules create mode 160000 deps/utils create mode 160000 deps/worldgen-utils create mode 120000 mods/utils create mode 120000 mods/worldgen_utils diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8fcb10a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "deps/utils"] + path = deps/utils + url = git@github.com:RobertZenz/minetest-australopithecus-utils.git +[submodule "deps/worldgen-utils"] + path = deps/worldgen-utils + url = git@github.com:RobertZenz/minetest-australopithecus-worldgen-utils.git diff --git a/deps/utils b/deps/utils new file mode 160000 index 0000000..30a6469 --- /dev/null +++ b/deps/utils @@ -0,0 +1 @@ +Subproject commit 30a64694b8a176f6b83da5ccf0b2b96421e71d52 diff --git a/deps/worldgen-utils b/deps/worldgen-utils new file mode 160000 index 0000000..df68469 --- /dev/null +++ b/deps/worldgen-utils @@ -0,0 +1 @@ +Subproject commit df6846925968e1f501376c975adb5e1fc98f56fb diff --git a/mods/utils b/mods/utils new file mode 120000 index 0000000..4c431f4 --- /dev/null +++ b/mods/utils @@ -0,0 +1 @@ +../deps/utils/utils \ No newline at end of file diff --git a/mods/worldgen_utils b/mods/worldgen_utils new file mode 120000 index 0000000..f336527 --- /dev/null +++ b/mods/worldgen_utils @@ -0,0 +1 @@ +../deps/worldgen-utils/mods/worldgen_utils \ No newline at end of file