From 3f71ec1550a8cf1f5cb049971ac086fa94cd22eb Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Fri, 19 Feb 2021 11:09:24 +0100 Subject: [PATCH] Add MineClone2 submodule --- .gitmodules | 3 +++ games/MineClone2 | 1 + 2 files changed, 4 insertions(+) create mode 160000 games/MineClone2 diff --git a/.gitmodules b/.gitmodules index 598e1c6..a7c3f6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "mods/mcl_wither_spawning"] path = mods/mcl_wither_spawning url = https://github.com/EliasFleckenstein03/mcl_wither_spawning +[submodule "games/MineClone2"] + path = games/MineClone2 + url = https://git.minetest.land/MineClone2/MineClone2 diff --git a/games/MineClone2 b/games/MineClone2 new file mode 160000 index 0000000..793b5f6 --- /dev/null +++ b/games/MineClone2 @@ -0,0 +1 @@ +Subproject commit 793b5f616e773662f8e2e65e0afcd43093831b64 -- 2.44.0