diff --git a/README.md b/README.md index 368fe96..5c1722e 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ their own manuals: * [Minetest Game Documentation](https://wiki.minetest.net/Main_Page) * [Mesecons Documentation](http://mesecons.net/items.html) -* [Pipeworks Documentation](https://gitlab.com/VanessaE/pipeworks/-/wikis/home) +* [Pipeworks Documentation](https://github.com/mt-mods/pipeworks/-/wikis/home) * [Moreores Forum Post](https://forum.minetest.net/viewtopic.php?t=549) -* [Basic materials Repository](https://gitlab.com/VanessaE/basic_materials) +* [Basic materials Repository](https://github.com/mt-mods/basic_materials) * [mtinfo generated documentation](https://mt-mods.github.io/technic/#/mods/technic/items) Recipes for constructable items in technic are generally not guessable, @@ -110,8 +110,8 @@ Dependencies: * https://github.com/minetest-mods/mesecons * https://github.com/minetest-mods/moreores -* https://gitlab.com/VanessaE/pipeworks -* https://gitlab.com/VanessaE/basic_materials +* https://github.com/mt-mods/pipeworks +* https://github.com/mt-mods/basic_materials Recommended optional Dependencies: diff --git a/generate-mtinfo.sh b/generate-mtinfo.sh index eb5bed1..20ed418 100755 --- a/generate-mtinfo.sh +++ b/generate-mtinfo.sh @@ -8,9 +8,9 @@ echo "moreblocks.stairsplus_in_creative_inventory = false" >> ${CONFIG} # prepare dependent mods 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/mt-mods/basic_materials.git ${WORLDMODS_DIR}/basic_materials +git clone --depth=1 https://github.com/mt-mods/pipeworks.git ${WORLDMODS_DIR}/pipeworks +git clone --depth=1 https://github.com/mt-mods/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/minetest-mods/moreores.git ${WORLDMODS_DIR}/moreores git clone --depth=1 https://github.com/BuckarooBanzay/mtinfo.git ${WORLDMODS_DIR}/mtinfo diff --git a/integration-test.sh b/integration-test.sh index 105c112..f194d2d 100755 --- a/integration-test.sh +++ b/integration-test.sh @@ -13,8 +13,8 @@ EOF rm -rf ${WORLDDIR} mkdir -p ${WORLDMODDIR} -git clone --depth 1 https://gitlab.com/VanessaE/basic_materials.git ${WORLDMODDIR}/basic_materials -git clone --depth 1 https://gitlab.com/VanessaE/pipeworks.git ${WORLDMODDIR}/pipeworks +git clone --depth 1 https://github.com/mt-mods/basic_materials.git ${WORLDMODDIR}/basic_materials +git clone --depth 1 https://github.com/mt-mods/pipeworks.git ${WORLDMODDIR}/pipeworks git clone --depth 1 https://github.com/minetest-mods/moreores.git ${WORLDMODDIR}/moreores chmod 777 ${MTDIR} -R diff --git a/technic_cnc/pipeworks.lua b/technic_cnc/pipeworks.lua index 983a738..e46a131 100644 --- a/technic_cnc/pipeworks.lua +++ b/technic_cnc/pipeworks.lua @@ -40,7 +40,7 @@ end -- Pipeworks does not provide API to selectively silence protection messages. -- This wrapper handles pipeworks cycling buttons without sending unnecessary protection messages. local function on_receive_fields(pos, meta, fields, sender, update_formspec) - -- https://gitlab.com/VanessaE/pipeworks/-/blob/master/common.lua#L115 + -- https://github.com/mt-mods/pipeworks/-/blob/master/common.lua#L115 for field,_ in pairs(fields) do if pipeworks.string_startswith(field, "fs_helpers_cycling:") then if pipeworks.may_configure(pos, sender) then