From 881f4ac06693bc5ef1b6a3cc57fb70d3a7944b4a Mon Sep 17 00:00:00 2001 From: tchncs <tchncs@vivaldi.net> Date: Wed, 25 May 2016 23:01:38 +0200 Subject: [PATCH] add hudbars to submodules --- .gitmodules | 3 +++ mods/hudbars | 1 + 2 files changed, 4 insertions(+) create mode 160000 mods/hudbars diff --git a/.gitmodules b/.gitmodules index 6fc3c237..36be2b58 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "mods/darkage"] path = mods/darkage url = https://git.tchncs.de/Illuna-Minetest/darkage.git +[submodule "mods/hudbars"] + path = mods/hudbars + url = https://git.tchncs.de/Illuna-Minetest/hudbars.git diff --git a/mods/hudbars b/mods/hudbars new file mode 160000 index 00000000..d2074e96 --- /dev/null +++ b/mods/hudbars @@ -0,0 +1 @@ +Subproject commit d2074e966b9671f9cadec44f2e1b0390af124370 -- GitLab