Update URLs for pipeworks, basic_materials and unifieddyes (#252)

This commit is contained in:
OgelGames 2021-11-30 13:51:19 +11:00 committed by GitHub
parent f5a37b1fed
commit 1e87fd79ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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