From f669a27cf8c6e27d5cdd7763dc40b86de5d947e4 Mon Sep 17 00:00:00 2001 From: tchncs <me@tchncs.de> Date: Sun, 2 Oct 2016 20:48:31 +0200 Subject: [PATCH] add submodule magical_potion --- .gitmodules | 3 +++ mods/magical_potion | 1 + 2 files changed, 4 insertions(+) create mode 160000 mods/magical_potion diff --git a/.gitmodules b/.gitmodules index 46d2a2fb..4decce08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -81,3 +81,6 @@ [submodule "mods/homedecor_modpack"] path = mods/homedecor_modpack url = https://git.tchncs.de/Illuna-Minetest/homedecor_modpack +[submodule "mods/magical_potion"] + path = mods/magical_potion + url = https://git.tchncs.de/Illuna-Minetest/magical_potion diff --git a/mods/magical_potion b/mods/magical_potion new file mode 160000 index 00000000..b021ec46 --- /dev/null +++ b/mods/magical_potion @@ -0,0 +1 @@ +Subproject commit b021ec466d42854ef1a8fd9629136c48ac3080eb -- GitLab