From 6ee3c0ff5a93325a645f863d98ad49f05710c075 Mon Sep 17 00:00:00 2001 From: tchncs <me@tchncs.de> Date: Sat, 5 Nov 2016 19:00:11 +0100 Subject: [PATCH] add submodule ethereal --- .gitmodules | 3 +++ mods/ethereal | 1 + 2 files changed, 4 insertions(+) create mode 160000 mods/ethereal diff --git a/.gitmodules b/.gitmodules index ff423a3b..9cdc5f9e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -102,3 +102,6 @@ [submodule "mods/irc"] path = mods/irc url = https://github.com/minetest-mods/irc +[submodule "mods/ethereal"] + path = mods/ethereal + url = https://github.com/tenplus1/ethereal/ diff --git a/mods/ethereal b/mods/ethereal new file mode 160000 index 00000000..653d4c93 --- /dev/null +++ b/mods/ethereal @@ -0,0 +1 @@ +Subproject commit 653d4c93d3ac44949030aa6d8f0be75267660f23 -- GitLab