From 38c0dd33d5b8700f5dd967ccba5a1a1167faa43f Mon Sep 17 00:00:00 2001 From: Milan* <tchncs@vivaldi.net> Date: Sun, 21 May 2017 21:55:57 +0200 Subject: [PATCH] update submodule illuna_ethereal --- .gitmodules | 9 +++++++++ mods/homedecor_modpack | 1 + mods/illuna_ethereal | 2 +- mods/inventory_plus | 1 + mods/mobs_more_monsters | 1 + mods/moreores | 1 + 6 files changed, 14 insertions(+), 1 deletion(-) create mode 160000 mods/homedecor_modpack create mode 160000 mods/inventory_plus create mode 160000 mods/mobs_more_monsters create mode 160000 mods/moreores diff --git a/.gitmodules b/.gitmodules index a2cab0ca..0c9cb262 100644 --- a/.gitmodules +++ b/.gitmodules @@ -194,3 +194,12 @@ [submodule "mods/names_per_ip"] path = mods/names_per_ip url = https://github.com/SmallJoker/names_per_ip +[submodule "mods/inventory_plus"] + path = mods/inventory_plus + url = https://git.tchncs.de/Illuna-Minetest/inventory_plus +[submodule "mods/mobs_more_monsters"] + path = mods/mobs_more_monsters + url = https://git.tchncs.de/Illuna-Minetest/mobs_more_monsters +[submodule "mods/moreores"] + path = mods/moreores + url = https://git.tchncs.de/Illuna-Minetest/moreores diff --git a/mods/homedecor_modpack b/mods/homedecor_modpack new file mode 160000 index 00000000..d75f8a41 --- /dev/null +++ b/mods/homedecor_modpack @@ -0,0 +1 @@ +Subproject commit d75f8a41c64d272f5ac650b040a242c7f2592631 diff --git a/mods/illuna_ethereal b/mods/illuna_ethereal index 1a95ecc4..174868bc 160000 --- a/mods/illuna_ethereal +++ b/mods/illuna_ethereal @@ -1 +1 @@ -Subproject commit 1a95ecc463bb220e9bc089fee0cab86d01deee69 +Subproject commit 174868bcdc216e2454d27a04056a7a5e571a889b diff --git a/mods/inventory_plus b/mods/inventory_plus new file mode 160000 index 00000000..e90ac6cd --- /dev/null +++ b/mods/inventory_plus @@ -0,0 +1 @@ +Subproject commit e90ac6cd7c68f18216bd3056dc8569ae5957af96 diff --git a/mods/mobs_more_monsters b/mods/mobs_more_monsters new file mode 160000 index 00000000..8dbae3ee --- /dev/null +++ b/mods/mobs_more_monsters @@ -0,0 +1 @@ +Subproject commit 8dbae3ee2480fdb88822e459041ddcb55a1deb16 diff --git a/mods/moreores b/mods/moreores new file mode 160000 index 00000000..f96a9f02 --- /dev/null +++ b/mods/moreores @@ -0,0 +1 @@ +Subproject commit f96a9f028e7765b6955feff79d0cd710e89b0366 -- GitLab