Update URLs for pipeworks
, basic_materials
and unifieddyes
(#252)
This commit is contained in:
parent
f5a37b1fed
commit
1e87fd79ea
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user