From a3ecc88a45a93b9086d3c21743e268a31753978c Mon Sep 17 00:00:00 2001
From: tchncs <tchncs@vivaldi.net>
Date: Thu, 23 Jun 2016 19:08:01 +0200
Subject: [PATCH] add cottages to submodules

---
 .gitmodules   | 3 +++
 mods/cottages | 1 +
 2 files changed, 4 insertions(+)
 create mode 160000 mods/cottages

diff --git a/.gitmodules b/.gitmodules
index f6dd539c..93d9e44d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -55,3 +55,6 @@
 [submodule "mods/bags"]
 	path = mods/bags
 	url = https://git.tchncs.de/Illuna-Minetest/bags.git
+[submodule "mods/cottages"]
+	path = mods/cottages
+	url = https://git.tchncs.de/Illuna-Minetest/cottages.git/
diff --git a/mods/cottages b/mods/cottages
new file mode 160000
index 00000000..e40a4ee8
--- /dev/null
+++ b/mods/cottages
@@ -0,0 +1 @@
+Subproject commit e40a4ee8389e54db44bf0cdba21a298bfeae77c3
-- 
GitLab