From 55caa128e8859ab0e37b79c8088e2bed9ce1d1b5 Mon Sep 17 00:00:00 2001 From: Milan* <tchncs@vivaldi.net> Date: Fri, 15 Sep 2017 23:49:37 +0200 Subject: [PATCH] add/update submodule loud_walking --- .gitmodules | 6 ++++++ mods/loud_walking | 1 + mods/other_worlds | 1 + 3 files changed, 8 insertions(+) create mode 160000 mods/loud_walking create mode 160000 mods/other_worlds diff --git a/.gitmodules b/.gitmodules index 061dfe5e..17a7a7a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -212,3 +212,9 @@ [submodule "mods/mesecons"] path = mods/mesecons url = https://git.tchncs.de/Illuna-Minetest/mesecons +[submodule "mods/other_worlds"] + path = mods/other_worlds + url = https://git.tchncs.de/Illuna-Minetest/other_worlds +[submodule "mods/loud_walking"] + path = mods/loud_walking + url = https://git.tchncs.de/Illuna-Minetest/loud_walking diff --git a/mods/loud_walking b/mods/loud_walking new file mode 160000 index 00000000..a9ed1671 --- /dev/null +++ b/mods/loud_walking @@ -0,0 +1 @@ +Subproject commit a9ed16717cfbacd17a5f89e3dde230a06f36dbc0 diff --git a/mods/other_worlds b/mods/other_worlds new file mode 160000 index 00000000..0d9c4646 --- /dev/null +++ b/mods/other_worlds @@ -0,0 +1 @@ +Subproject commit 0d9c464698a5bf26f08e8e1a5484bc50cd733545 -- GitLab