From 655ad964535349e23080af40ff833a06ecf6de9d Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Wed, 24 Mar 2021 19:35:31 +0100 Subject: [PATCH] add moreblocks to mtinfo mods --- generate-mtinfo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/generate-mtinfo.sh b/generate-mtinfo.sh index 1fc476b6..d459e7c8 100755 --- a/generate-mtinfo.sh +++ b/generate-mtinfo.sh @@ -9,6 +9,7 @@ WORLDMODS_DIR=/tmp/technic_worldmods git clone --depth=1 https://gitlab.com/VanessaE/basic_materials.git ${WORLDMODS_DIR}/basic_materials git clone --depth=1 https://gitlab.com/VanessaE/pipeworks.git ${WORLDMODS_DIR}/pipeworks git clone --depth=1 https://gitlab.com/VanessaE/unifieddyes.git ${WORLDMODS_DIR}/unifieddyes +git clone --depth=1 https://github.com/minetest-mods/moreblocks.git ${WORLDMODS_DIR}/moreblocks git clone --depth=1 https://github.com/BuckarooBanzay/mtinfo.git ${WORLDMODS_DIR}/mtinfo cp . ${WORLDMODS_DIR}/technic -R