From e31ba2e66bc2840c3efbc88626b26cb26a0af4f8 Mon Sep 17 00:00:00 2001 From: tchncs <me@tchncs.de> Date: Tue, 11 Oct 2016 14:34:03 +0200 Subject: [PATCH] add submodule teleport_potion --- .gitmodules | 3 +++ mods/teleport_potion | 1 + 2 files changed, 4 insertions(+) create mode 160000 mods/teleport_potion diff --git a/.gitmodules b/.gitmodules index d3a940fe..865baa88 100644 --- a/.gitmodules +++ b/.gitmodules @@ -96,3 +96,6 @@ [submodule "mods/dragons"] path = mods/dragons url = https://git.tchncs.de/Illuna-Minetest/dragons +[submodule "mods/teleport_potion"] + path = mods/teleport_potion + url = https://git.tchncs.de/Illuna-Minetest/teleport_potion diff --git a/mods/teleport_potion b/mods/teleport_potion new file mode 160000 index 00000000..8c54c845 --- /dev/null +++ b/mods/teleport_potion @@ -0,0 +1 @@ +Subproject commit 8c54c845a6e4f54f8e2271caa2abfd5dcb1f578c -- GitLab