From 81ca075cd8d7501869d8c19fd1166049aeaa54d2 Mon Sep 17 00:00:00 2001
From: tchncs <tchncs@vivaldi.net>
Date: Thu, 28 Jul 2016 22:53:25 +0200
Subject: [PATCH] add mod bows to submodules

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

diff --git a/.gitmodules b/.gitmodules
index 117c23bb..4cf253b2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -58,3 +58,7 @@
 [submodule "mods/horses"]
 	path = mods/horses
 	url = https://git.tchncs.de/Illuna-Minetest/horses.git
+[submodule "mods/bows"]
+	path = mods/bows
+	url = https://git.tchncs.de/Illuna-Minetest/bows
+	branch = illuna
diff --git a/mods/bows b/mods/bows
new file mode 160000
index 00000000..5147471c
--- /dev/null
+++ b/mods/bows
@@ -0,0 +1 @@
+Subproject commit 5147471cd97f0f6af52f82de9d39225be87f33a2
-- 
GitLab