From 5069cab01794c5eab869c76d08e0446cdf27d56e Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 2 Feb 2022 20:23:38 +0100 Subject: [PATCH] aktueller Stand Server --- .gitmodules | 96 ++++++++++++++++++++++++++++++++++++++++++++++++ animalworld | 1 + areas | 1 + bakedclay | 1 + basic_materials | 1 + bees | 1 + bread | 1 + builtin_item | 1 + cement | 1 + charcoal | 1 + connected_chests | 1 + fachwerk | 1 + headanim | 1 + hunger_ng | 1 + i3 | 1 + imese | 1 + intllib | 1 + mesecons | 1 + mob_horse | 1 + mobs_animal | 1 + mobs_redo | 1 + moreblocks | 1 + moreores | 1 + pie | 1 + pipeworks | 1 + ropes | 1 + signs_lib | 1 + skinsdb | 1 + technic | 1 + travelnet | 1 + waffles | 1 + wine | 1 + woodcutting | 1 + 33 files changed, 128 insertions(+) create mode 160000 animalworld create mode 160000 areas create mode 160000 bakedclay create mode 160000 basic_materials create mode 160000 bees create mode 160000 bread create mode 160000 builtin_item create mode 160000 cement create mode 160000 charcoal create mode 160000 connected_chests create mode 160000 fachwerk create mode 160000 headanim create mode 160000 hunger_ng create mode 160000 i3 create mode 160000 imese create mode 160000 intllib create mode 160000 mesecons create mode 160000 mob_horse create mode 160000 mobs_animal create mode 160000 mobs_redo create mode 160000 moreblocks create mode 160000 moreores create mode 160000 pie create mode 160000 pipeworks create mode 160000 ropes create mode 160000 signs_lib create mode 160000 skinsdb create mode 160000 technic create mode 160000 travelnet create mode 160000 waffles create mode 160000 wine create mode 160000 woodcutting diff --git a/.gitmodules b/.gitmodules index abad6eb..233ed2c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,99 @@ [submodule "farming"] path = farming url = https://notabug.org/TenPlus1/farming.git +[submodule "animalworld"] + path = animalworld + url = https://github.com/Skandarella/animalworld.git +[submodule "areas"] + path = areas + url = https://github.com/minetest-mods/areas/ +[submodule "bakedclay"] + path = bakedclay + url = https://notabug.org/TenPlus1/bakedclay.git +[submodule "basic_materials"] + path = basic_materials + url = https://github.com/mt-mods/basic_materials.git +[submodule "bees"] + path = bees + url = https://notabug.org/TenPlus1/bees.git +[submodule "builtin_item"] + path = builtin_item + url = https://notabug.org/TenPlus1/builtin_item.git +[submodule "ropes"] + path = ropes + url = https://github.com/minetest-mods/ropes +[submodule "bread"] + path = bread + url = https://codeberg.org/Lahusen/bread +[submodule "cement"] + path = cement + url = https://gitlab.com/4w/cement +[submodule "charcoal"] + path = charcoal + url = https://codeberg.org/nac/charcoal.git +[submodule "connected_chests"] + path = connected_chests + url = https://github.com/HybridDog/connected_chests +[submodule "fachwerk"] + path = fachwerk + url = https://github.com/JBBgameich/fachwerk +[submodule "headanim"] + path = headanim + url = https://github.com/LoneWolfHT/headanim/ +[submodule "hunger_ng"] + path = hunger_ng + url = https://gitlab.com/4w/hunger_ng +[submodule "i3"] + path = i3 + url = https://github.com/minetest-mods/i3 +[submodule "imese"] + path = imese + url = https://gitlab.com/4w/imese +[submodule "intllib"] + path = intllib + url = https://github.com/minetest-mods/intllib +[submodule "mesecons"] + path = mesecons + url = https://github.com/minetest-mods/mesecons.git +[submodule "mob_horse"] + path = mob_horse + url = https://notabug.org/TenPlus1/mob_horse.git +[submodule "mobs_redo"] + path = mobs_redo + url = https://notabug.org/tenplus1/mobs_redo +[submodule "mobs_animal"] + path = mobs_animal + url = https://notabug.org/TenPlus1/mobs_animal.git +[submodule "moreblocks"] + path = moreblocks + url = https://github.com/minetest-mods/moreblocks.git +[submodule "moreores"] + path = moreores + url = https://github.com/minetest-mods/moreores.git +[submodule "pie"] + path = pie + url = https://notabug.org/tenplus1/pie +[submodule "pipeworks"] + path = pipeworks + url = https://github.com/mt-mods/pipeworks.git +[submodule "signs_lib"] + path = signs_lib + url = https://github.com/mt-mods/signs_lib.git +[submodule "skinsdb"] + path = skinsdb + url = https://github.com/minetest-mods/skinsdb +[submodule "technic"] + path = technic + url = https://github.com/minetest-mods/technic +[submodule "travelnet"] + path = travelnet + url = https://github.com/mt-mods/travelnet +[submodule "waffles"] + path = waffles + url = https://github.com/GreenXenith/waffles +[submodule "wine"] + path = wine + url = https://notabug.org/tenplus1/wine +[submodule "woodcutting"] + path = woodcutting + url = https://github.com/minetest-mods/woodcutting diff --git a/animalworld b/animalworld new file mode 160000 index 0000000..d4387aa --- /dev/null +++ b/animalworld @@ -0,0 +1 @@ +Subproject commit d4387aa71167e9534516d20395b4acb0444bc900 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/bakedclay b/bakedclay new file mode 160000 index 0000000..975bee9 --- /dev/null +++ b/bakedclay @@ -0,0 +1 @@ +Subproject commit 975bee989893aa25d5627a45be3801c658905f1d diff --git a/basic_materials b/basic_materials new file mode 160000 index 0000000..d9e0698 --- /dev/null +++ b/basic_materials @@ -0,0 +1 @@ +Subproject commit d9e06980d33ec02c2321269f47ab9ec32b36551f diff --git a/bees b/bees new file mode 160000 index 0000000..63b0e76 --- /dev/null +++ b/bees @@ -0,0 +1 @@ +Subproject commit 63b0e769df597cf534a8c47e77a984d859d126e3 diff --git a/bread b/bread new file mode 160000 index 0000000..98b675f --- /dev/null +++ b/bread @@ -0,0 +1 @@ +Subproject commit 98b675f50a919b693a8492dc016c3a4c58b72228 diff --git a/builtin_item b/builtin_item new file mode 160000 index 0000000..afe8f70 --- /dev/null +++ b/builtin_item @@ -0,0 +1 @@ +Subproject commit afe8f70945c3dbf48af6adb49cdc70c7a2222d69 diff --git a/cement b/cement new file mode 160000 index 0000000..3b428ef --- /dev/null +++ b/cement @@ -0,0 +1 @@ +Subproject commit 3b428ef35728952600ad7723f4e48e8dc8691932 diff --git a/charcoal b/charcoal new file mode 160000 index 0000000..5f70976 --- /dev/null +++ b/charcoal @@ -0,0 +1 @@ +Subproject commit 5f70976e7f71fc6384309ccc68ae07494c580ece diff --git a/connected_chests b/connected_chests new file mode 160000 index 0000000..02f3589 --- /dev/null +++ b/connected_chests @@ -0,0 +1 @@ +Subproject commit 02f3589c7a8bc40ca1eb77ddf1002e1a3e357940 diff --git a/fachwerk b/fachwerk new file mode 160000 index 0000000..6023e85 --- /dev/null +++ b/fachwerk @@ -0,0 +1 @@ +Subproject commit 6023e85f1bce26793f61910451b400ddd52cee44 diff --git a/headanim b/headanim new file mode 160000 index 0000000..fce3015 --- /dev/null +++ b/headanim @@ -0,0 +1 @@ +Subproject commit fce30158a7ada97b998763c77c8edee89617b3cf diff --git a/hunger_ng b/hunger_ng new file mode 160000 index 0000000..43285c7 --- /dev/null +++ b/hunger_ng @@ -0,0 +1 @@ +Subproject commit 43285c768c50a0cccb4707d3c2b6b58ff2c7fb96 diff --git a/i3 b/i3 new file mode 160000 index 0000000..55c6d09 --- /dev/null +++ b/i3 @@ -0,0 +1 @@ +Subproject commit 55c6d09389175fc75e547260dbe8559e5b421d18 diff --git a/imese b/imese new file mode 160000 index 0000000..c5ae8d3 --- /dev/null +++ b/imese @@ -0,0 +1 @@ +Subproject commit c5ae8d3ad658bdff44352d6ff6633b8290fb4448 diff --git a/intllib b/intllib new file mode 160000 index 0000000..6ebdc53 --- /dev/null +++ b/intllib @@ -0,0 +1 @@ +Subproject commit 6ebdc5388dd8583fbcbb556817769604a5a4cddf diff --git a/mesecons b/mesecons new file mode 160000 index 0000000..4c5b13a --- /dev/null +++ b/mesecons @@ -0,0 +1 @@ +Subproject commit 4c5b13a3473b970b639e7e63e4a09adfc7abcfe4 diff --git a/mob_horse b/mob_horse new file mode 160000 index 0000000..8996ad2 --- /dev/null +++ b/mob_horse @@ -0,0 +1 @@ +Subproject commit 8996ad27d8cea20e46851c48c529dc8d3d716c4c diff --git a/mobs_animal b/mobs_animal new file mode 160000 index 0000000..fe4010f --- /dev/null +++ b/mobs_animal @@ -0,0 +1 @@ +Subproject commit fe4010f2175e98495e4bd211edb086ea0b1d39c5 diff --git a/mobs_redo b/mobs_redo new file mode 160000 index 0000000..18c7f0a --- /dev/null +++ b/mobs_redo @@ -0,0 +1 @@ +Subproject commit 18c7f0a422643bf8e00352fc52625323e1881a5a 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/moreores b/moreores new file mode 160000 index 0000000..fb2d58d --- /dev/null +++ b/moreores @@ -0,0 +1 @@ +Subproject commit fb2d58d8c843aa9512f37b12436a2bb5166585f4 diff --git a/pie b/pie new file mode 160000 index 0000000..b47a4a2 --- /dev/null +++ b/pie @@ -0,0 +1 @@ +Subproject commit b47a4a25407e36aa7a31997031903254a142dca7 diff --git a/pipeworks b/pipeworks new file mode 160000 index 0000000..06fd754 --- /dev/null +++ b/pipeworks @@ -0,0 +1 @@ +Subproject commit 06fd75421607c97c861cc4e9034b73e5f82af91f diff --git a/ropes b/ropes new file mode 160000 index 0000000..b89f6c6 --- /dev/null +++ b/ropes @@ -0,0 +1 @@ +Subproject commit b89f6c6a217b9a473bbf5e47896c642b503d507a diff --git a/signs_lib b/signs_lib new file mode 160000 index 0000000..aa5f865 --- /dev/null +++ b/signs_lib @@ -0,0 +1 @@ +Subproject commit aa5f865131b61eda0e71308f1a83cd10f1ac7b31 diff --git a/skinsdb b/skinsdb new file mode 160000 index 0000000..c51905d --- /dev/null +++ b/skinsdb @@ -0,0 +1 @@ +Subproject commit c51905d44bac33f6e1e3565731e2e8a97637588e diff --git a/technic b/technic new file mode 160000 index 0000000..140701c --- /dev/null +++ b/technic @@ -0,0 +1 @@ +Subproject commit 140701c99efb60d81bf63c9a9087720b21c414ca diff --git a/travelnet b/travelnet new file mode 160000 index 0000000..79277d2 --- /dev/null +++ b/travelnet @@ -0,0 +1 @@ +Subproject commit 79277d24f5362eda264c4f2a37278380b39000ff diff --git a/waffles b/waffles new file mode 160000 index 0000000..e3fb87c --- /dev/null +++ b/waffles @@ -0,0 +1 @@ +Subproject commit e3fb87c3dba1900a861700fff29afa6e63f01c3a diff --git a/wine b/wine new file mode 160000 index 0000000..ae058f9 --- /dev/null +++ b/wine @@ -0,0 +1 @@ +Subproject commit ae058f923d86eae75a7445699bd8c418d375dae0 diff --git a/woodcutting b/woodcutting new file mode 160000 index 0000000..b265a97 --- /dev/null +++ b/woodcutting @@ -0,0 +1 @@ +Subproject commit b265a9707a1ea60e0ecc79ab6da808a300ca2dff