From 20b4583c846fc631de49edeeb2704a6f26cac71c Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Fri, 19 Feb 2021 10:52:16 +0100 Subject: [PATCH] Add wither spawning submodule --- .gitmodules | 3 +++ mods/mcl_wither_spawning | 1 + 2 files changed, 4 insertions(+) create mode 160000 mods/mcl_wither_spawning diff --git a/.gitmodules b/.gitmodules index f04b3fe..598e1c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "mods/default"] path = mods/default url = https://github.com/EliasFleckenstein03/default +[submodule "mods/mcl_wither_spawning"] + path = mods/mcl_wither_spawning + url = https://github.com/EliasFleckenstein03/mcl_wither_spawning diff --git a/mods/mcl_wither_spawning b/mods/mcl_wither_spawning new file mode 160000 index 0000000..1d9e123 --- /dev/null +++ b/mods/mcl_wither_spawning @@ -0,0 +1 @@ +Subproject commit 1d9e1232eeb408b774f89b102ace6dbc8c11089c -- 2.44.0