From 8dd20475297eb144b1c1578ac25d377b3911d60b Mon Sep 17 00:00:00 2001 From: "A. Demant" Date: Fri, 7 Sep 2018 08:04:50 +0200 Subject: [PATCH] First commit with submodules --- .gitmodules | 27 +++++++++++++++++++++++++++ cmi | 1 + mob-engine | 1 + mob_world_interaction | 1 + mobs_animal | 1 + mobs_monster | 1 + mobs_redo | 1 + nssb | 1 + nssm | 1 + working_villages | 1 + 10 files changed, 36 insertions(+) create mode 100644 .gitmodules create mode 160000 cmi create mode 160000 mob-engine create mode 160000 mob_world_interaction create mode 160000 mobs_animal create mode 160000 mobs_monster create mode 160000 mobs_redo create mode 160000 nssb create mode 160000 nssm create mode 160000 working_villages diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fe54d6c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,27 @@ +[submodule "nssm"] + path = nssm + url = git@notabug.org:TenPlus1/nssm.git +[submodule "mobs_monster"] + path = mobs_monster + url = git@notabug.org:TenPlus1/mobs_monster.git +[submodule "mobs_animal"] + path = mobs_animal + url = git@notabug.org:TenPlus1/mobs_animal.git +[submodule "mobs_redo"] + path = mobs_redo + url = git@notabug.org:TenPlus1/mobs_redo.git +[submodule "working_villages"] + path = working_villages + url = https://github.com/theFox6/working_villages.git +[submodule "mob-engine"] + path = mob-engine + url = https://github.com/minetest-mods/mob-engine.git +[submodule "mob_world_interaction"] + path = mob_world_interaction + url = https://github.com/Sokomine/mob_world_interaction.git +[submodule "nssb"] + path = nssb + url = https://github.com/NPXcoot/nssb.git +[submodule "cmi"] + path = cmi + url = https://github.com/raymoo/cmi.git diff --git a/cmi b/cmi new file mode 160000 index 0000000..3f505ac --- /dev/null +++ b/cmi @@ -0,0 +1 @@ +Subproject commit 3f505acb035c3af307e722754fb55b3e587ed674 diff --git a/mob-engine b/mob-engine new file mode 160000 index 0000000..c2bedc3 --- /dev/null +++ b/mob-engine @@ -0,0 +1 @@ +Subproject commit c2bedc3816a0c6a3a96b5803bd910b32c09c4f2c diff --git a/mob_world_interaction b/mob_world_interaction new file mode 160000 index 0000000..61d0f00 --- /dev/null +++ b/mob_world_interaction @@ -0,0 +1 @@ +Subproject commit 61d0f00216226e44e5c1eee03622cc6160d3e0d5 diff --git a/mobs_animal b/mobs_animal new file mode 160000 index 0000000..9bc3494 --- /dev/null +++ b/mobs_animal @@ -0,0 +1 @@ +Subproject commit 9bc349438970f602d0a5ef9c6bc345444cf3e292 diff --git a/mobs_monster b/mobs_monster new file mode 160000 index 0000000..e862912 --- /dev/null +++ b/mobs_monster @@ -0,0 +1 @@ +Subproject commit e862912cca14029d28465461f91b815e79ffe971 diff --git a/mobs_redo b/mobs_redo new file mode 160000 index 0000000..9737bde --- /dev/null +++ b/mobs_redo @@ -0,0 +1 @@ +Subproject commit 9737bde6fb57f0e7481cff1c8052a0997ef24ede diff --git a/nssb b/nssb new file mode 160000 index 0000000..24bb0a3 --- /dev/null +++ b/nssb @@ -0,0 +1 @@ +Subproject commit 24bb0a311c04c8340e8428120f953fe304277e32 diff --git a/nssm b/nssm new file mode 160000 index 0000000..e2e57ff --- /dev/null +++ b/nssm @@ -0,0 +1 @@ +Subproject commit e2e57ffa0a87caa6b54725bf8aaf01c0fe0e5123 diff --git a/working_villages b/working_villages new file mode 160000 index 0000000..0eff72c --- /dev/null +++ b/working_villages @@ -0,0 +1 @@ +Subproject commit 0eff72c26ddfba620d864f4058bb7a9b9762288f