From 9b4e6b7b600b64750e2e4eb73705a8ad0feb8743 Mon Sep 17 00:00:00 2001 From: AliasAlreadyTaken Date: Sat, 28 May 2022 01:41:06 +0200 Subject: [PATCH] added admin and deps --- .gitmodules | 63 +++++++++++++++++++++++++++++++++++++ Minetest-WorldEdit | 1 + Minetest-WorldEditAdditions | 1 + animalia | 1 + areas | 1 + basic_materials | 1 + basic_signs | 1 + cblocks | 1 + climate | 1 + creatura | 1 + display_modpack | 1 + mobkit | 1 + mobs_redo | 1 + more_coral | 1 + moreblocks | 1 + newplayer | 1 + people | 1 + signs_lib | 1 + street_signs | 1 + unified_inventory | 1 + unifieddyes | 1 + water_life | 1 + 22 files changed, 84 insertions(+) create mode 160000 Minetest-WorldEdit create mode 160000 Minetest-WorldEditAdditions create mode 160000 animalia create mode 160000 areas create mode 160000 basic_materials create mode 160000 basic_signs create mode 160000 cblocks create mode 160000 climate create mode 160000 creatura create mode 160000 display_modpack create mode 160000 mobkit create mode 160000 mobs_redo create mode 160000 more_coral create mode 160000 moreblocks create mode 160000 newplayer create mode 160000 people create mode 160000 signs_lib create mode 160000 street_signs create mode 160000 unified_inventory create mode 160000 unifieddyes create mode 160000 water_life diff --git a/.gitmodules b/.gitmodules index d44597e..e797377 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,66 @@ [submodule "nautilus"] path = nautilus url = https://github.com/APercy/nautilus.git +[submodule "creatura"] + path = creatura + url = https://github.com/ElCeejo/creatura.git +[submodule "animalia"] + path = animalia + url = https://github.com/ElCeejo/animalia.git +[submodule "mobkit"] + path = mobkit + url = https://github.com/TheTermos/mobkit.git +[submodule "water_life"] + path = water_life + url = https://github.com/berengma/water_life.git +[submodule "moreblocks"] + path = moreblocks + url = https://github.com/minetest-mods/moreblocks.git +[submodule "unified_inventory"] + path = unified_inventory + url = https://github.com/minetest-mods/unified_inventory.git +[submodule "areas"] + path = areas + url = https://github.com/minetest-mods/areas.git +[submodule "cblocks"] + path = cblocks + url = https://notabug.org/TenPlus1/cblocks.git +[submodule "more_coral"] + path = more_coral + url = https://github.com/NathanSalapat/more_coral.git +[submodule "unifieddyes"] + path = unifieddyes + url = https://github.com/mt-mods/unifieddyes.git +[submodule "signs_lib"] + path = signs_lib + url = https://github.com/mt-mods/signs_lib.git +[submodule "street_signs"] + path = street_signs + url = https://github.com/mt-mods/street_signs.git +[submodule "display_modpack"] + path = display_modpack + url = https://github.com/pyrollo/display_modpack.git +[submodule "basic_signs"] + path = basic_signs + url = https://github.com/mt-mods/basic_signs.git +[submodule "Minetest-WorldEditAdditions"] + path = Minetest-WorldEditAdditions + url = https://github.com/sbrl/Minetest-WorldEditAdditions.git +[submodule "Minetest-WorldEdit"] + path = Minetest-WorldEdit + url = https://github.com/Uberi/Minetest-WorldEdit.git +[submodule "newplayer"] + path = newplayer + url = https://cheapiesystems.com/git/newplayer +[submodule "climate"] + path = climate + url = https://github.com/t-affeldt/climate.git +[submodule "mobs_redo"] + path = mobs_redo + url = https://notabug.org/TenPlus1/mobs_redo.git +[submodule "basic_materials"] + path = basic_materials + url = https://github.com/mt-mods/basic_materials.git +[submodule "people"] + path = people + url = https://github.com/Skandarella/people.git diff --git a/Minetest-WorldEdit b/Minetest-WorldEdit new file mode 160000 index 0000000..c223ca4 --- /dev/null +++ b/Minetest-WorldEdit @@ -0,0 +1 @@ +Subproject commit c223ca4cec7cb17ddff30f3fd0a35a8c85ca42d5 diff --git a/Minetest-WorldEditAdditions b/Minetest-WorldEditAdditions new file mode 160000 index 0000000..5ac98cf --- /dev/null +++ b/Minetest-WorldEditAdditions @@ -0,0 +1 @@ +Subproject commit 5ac98cfa225cda2cb77268bbc821013bc861cf20 diff --git a/animalia b/animalia new file mode 160000 index 0000000..93c5127 --- /dev/null +++ b/animalia @@ -0,0 +1 @@ +Subproject commit 93c5127d1ca00254c5a3d74ef9c67ea6655e8a96 diff --git a/areas b/areas new file mode 160000 index 0000000..4018c0d --- /dev/null +++ b/areas @@ -0,0 +1 @@ +Subproject commit 4018c0d20450a106b3bda6627894b130595a7cd6 diff --git a/basic_materials b/basic_materials new file mode 160000 index 0000000..9d55f99 --- /dev/null +++ b/basic_materials @@ -0,0 +1 @@ +Subproject commit 9d55f9916d20779ecbf93c7e95dae8adebd2079b diff --git a/basic_signs b/basic_signs new file mode 160000 index 0000000..275d3e7 --- /dev/null +++ b/basic_signs @@ -0,0 +1 @@ +Subproject commit 275d3e720707f3614a5ca54430fe2a21f7bffa52 diff --git a/cblocks b/cblocks new file mode 160000 index 0000000..b6d5742 --- /dev/null +++ b/cblocks @@ -0,0 +1 @@ +Subproject commit b6d5742ba8fd53235c72b8db89a72732eb06ad1c diff --git a/climate b/climate new file mode 160000 index 0000000..d3b29df --- /dev/null +++ b/climate @@ -0,0 +1 @@ +Subproject commit d3b29df261b558122e155a483b2063e7cf233adc diff --git a/creatura b/creatura new file mode 160000 index 0000000..edff8ae --- /dev/null +++ b/creatura @@ -0,0 +1 @@ +Subproject commit edff8aed14263aaf98924d7f448c3cd803d10a17 diff --git a/display_modpack b/display_modpack new file mode 160000 index 0000000..f5bd6d1 --- /dev/null +++ b/display_modpack @@ -0,0 +1 @@ +Subproject commit f5bd6d1046ee81260a99940c201ece5a7630eeaa diff --git a/mobkit b/mobkit new file mode 160000 index 0000000..ddea141 --- /dev/null +++ b/mobkit @@ -0,0 +1 @@ +Subproject commit ddea141b081e087900a6acc5a2a90e8d4e564295 diff --git a/mobs_redo b/mobs_redo new file mode 160000 index 0000000..ca34cc2 --- /dev/null +++ b/mobs_redo @@ -0,0 +1 @@ +Subproject commit ca34cc2274082bd4a3cf4843f7f5ff939d659e1e diff --git a/more_coral b/more_coral new file mode 160000 index 0000000..f7aa7fc --- /dev/null +++ b/more_coral @@ -0,0 +1 @@ +Subproject commit f7aa7fcfc6afe4ad581f22b2b9f99ccfef2b3cde diff --git a/moreblocks b/moreblocks new file mode 160000 index 0000000..dce587c --- /dev/null +++ b/moreblocks @@ -0,0 +1 @@ +Subproject commit dce587cf3397dca7e242455cd017cba50ee28a5b diff --git a/newplayer b/newplayer new file mode 160000 index 0000000..f46262b --- /dev/null +++ b/newplayer @@ -0,0 +1 @@ +Subproject commit f46262b691dc74224cb0be7a305f9ae85300b144 diff --git a/people b/people new file mode 160000 index 0000000..80147eb --- /dev/null +++ b/people @@ -0,0 +1 @@ +Subproject commit 80147ebe6efd85a88fb8af33476e96dd83ea87c5 diff --git a/signs_lib b/signs_lib new file mode 160000 index 0000000..60d67af --- /dev/null +++ b/signs_lib @@ -0,0 +1 @@ +Subproject commit 60d67afab3d78ece7e9b4a61b50c60903e8c72a9 diff --git a/street_signs b/street_signs new file mode 160000 index 0000000..b0503a4 --- /dev/null +++ b/street_signs @@ -0,0 +1 @@ +Subproject commit b0503a4946d3876d32837fc687a59ea96eae27fc diff --git a/unified_inventory b/unified_inventory new file mode 160000 index 0000000..14da1a3 --- /dev/null +++ b/unified_inventory @@ -0,0 +1 @@ +Subproject commit 14da1a3dd0e9f93703cf668c7095e2e8974d668d diff --git a/unifieddyes b/unifieddyes new file mode 160000 index 0000000..2af4f1f --- /dev/null +++ b/unifieddyes @@ -0,0 +1 @@ +Subproject commit 2af4f1fb989a9e87fef5a090fd51510a516575f4 diff --git a/water_life b/water_life new file mode 160000 index 0000000..7897987 --- /dev/null +++ b/water_life @@ -0,0 +1 @@ +Subproject commit 7897987506e146fb56caceac4ac46a3cadc66e13