86 lines
2.3 KiB
Bash
Executable file
86 lines
2.3 KiB
Bash
Executable file
#!/bin/bash
|
|
|
|
git clone https://notabug.org/TenPlus1/protector.git
|
|
|
|
git clone https://github.com/minetest-mods/unified_inventory.git
|
|
|
|
git clone https://github.com/Uberi/Minetest-WorldEdit.git
|
|
mv Minetest-WorldEdit worldedit
|
|
|
|
##Old version because in new version not work rotation block..
|
|
#wget https://github.com/minetest-mods/moreblocks/archive/v1.1.0.zip
|
|
#mv v1.1.0.zip 04.zip
|
|
#unzip 04.zip
|
|
|
|
git clone https://github.com/minetest-mods/moreblocks.git
|
|
|
|
git clone https://gitlab.com/VanessaE/unifieddyes.git
|
|
|
|
git clone https://github.com/minetest-mods/xdecor.git
|
|
|
|
git clone https://github.com/minetest-mods/xban2.git
|
|
|
|
git clone https://github.com/Sokomine/travelnet.git
|
|
|
|
git clone https://notabug.org/TenPlus1/bakedclay.git
|
|
|
|
git clone https://github.com/GunshipPenguin/sprint.git
|
|
|
|
git clone https://github.com/stujones11/minetest-3d_armor.git
|
|
mv minetest-3d_armor 3d_armor
|
|
|
|
git clone https://github.com/lisacvuk/minetest-toolranks.git
|
|
mv minetest-toolranks toolranks
|
|
|
|
git clone https://notabug.org/TenPlus1/Farming.git
|
|
mv Farming farming
|
|
|
|
git clone https://github.com/minetest-mods/mesecons.git
|
|
|
|
git clone https://gitlab.com/VanessaE/coloredwood.git
|
|
|
|
git clone https://gitlab.com/VanessaE/blox.git
|
|
|
|
git clone https://github.com/minetest-mods/unifiedbricks.git
|
|
|
|
git clone https://gitlab.com/VanessaE/nixie_tubes.git
|
|
|
|
git clone https://notabug.org/TenPlus1/wine.git
|
|
|
|
git clone https://github.com/minetest-mods/mymillwork.git
|
|
|
|
git clone https://github.com/minetest-mods/digilines.git
|
|
|
|
git clone git://cheapiesystems.com/mail
|
|
|
|
git clone https://github.com/Grizzly-Adam/BBQ.git
|
|
mv BBQ bbq
|
|
|
|
git clone https://github.com/minetest-mods/throwing_arrows.git
|
|
|
|
git clone https://github.com/minetest-mods/throwing.git
|
|
|
|
git clone https://github.com/minetest-mods/crops.git
|
|
|
|
git clone https://github.com/minetest-mods/playeranim.git
|
|
|
|
git clone https://github.com/minetest-mods/trash_can.git
|
|
|
|
git clone https://github.com/minetest-mods/realchess.git
|
|
|
|
git clone https://github.com/SmallJoker/boost_cart.git
|
|
|
|
git clone https://github.com/TumeniNodes/angledwalls.git
|
|
|
|
git clone https://gitlab.com/VanessaE/pipeworks.git
|
|
|
|
git clone https://gitlab.com/VanessaE/basic_materials.git
|
|
|
|
git clone https://github.com/minetest-mods/moreores.git
|
|
|
|
git clone https://github.com/minetest-mods/homedecor_modpack.git
|
|
|
|
git clone https://github.com/minetest-mods/mydoors.git
|
|
|
|
rm */.gitignore -f
|
|
rm */.git -rf
|