From 8f56ce63cc43a930212b169315f4759fe349124c Mon Sep 17 00:00:00 2001
From: tchncs <tchncs@vivaldi.net>
Date: Sat, 8 Oct 2016 12:54:14 +0200
Subject: [PATCH] add submodule mtcandy and mtfoods

---
 .gitmodules  | 6 ++++++
 mods/mtcandy | 1 +
 mods/mtfoods | 1 +
 3 files changed, 8 insertions(+)
 create mode 160000 mods/mtcandy
 create mode 160000 mods/mtfoods

diff --git a/.gitmodules b/.gitmodules
index 4fa77948..843bac44 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -87,3 +87,9 @@
 [submodule "mods/playereffects"]
 	path = mods/playereffects
 	url = git://repo.or.cz/minetest_playereffects.git
+[submodule "mods/mtfoods"]
+	path = mods/mtfoods
+	url = https://github.com/Philipbenr/mtfoods
+[submodule "mods/mtcandy"]
+	path = mods/mtcandy
+	url = https://git.tchncs.de/Illuna-Minetest/mtcandy
diff --git a/mods/mtcandy b/mods/mtcandy
new file mode 160000
index 00000000..22bf1b4f
--- /dev/null
+++ b/mods/mtcandy
@@ -0,0 +1 @@
+Subproject commit 22bf1b4fb3f1e024b9b0de15885177be2d93c0e9
diff --git a/mods/mtfoods b/mods/mtfoods
new file mode 160000
index 00000000..78939363
--- /dev/null
+++ b/mods/mtfoods
@@ -0,0 +1 @@
+Subproject commit 7893936328b402e5be3cb9366bb37428a7a76cd3
-- 
GitLab