From 2e67cbc1b980f5cbe1a36889cb38554910d3b44d Mon Sep 17 00:00:00 2001
From: tchncs <tchncs@vivaldi.net>
Date: Fri, 15 Jul 2016 22:58:03 +0200
Subject: [PATCH] add horses to submodules

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

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