Adaptado a la nueva versión de Minetest

master
Yawin 2018-09-25 00:48:27 +02:00
parent 71e5397928
commit 5bcb419734
3 changed files with 19 additions and 19 deletions

View File

@ -2,33 +2,33 @@
mkdir referenced-mods
cd referenced-mods/
git clone https://github.com/minetest/minetest_game.git
git clone https://github.com/minetest-technic/unified_inventory.git
git clone https://github.com/bdjnk/mini_sun.git
git clone https://github.com/Ezhh/under_sky.git
git clone https://github.com/tenplus1/ethereal.git
git clone https://github.com/orwell96/advtrains.git
git clone https://github.com/Jeija/minetest-mod-mesecons.git
git clone https://github.com/BlockMen/cme.git
git clone https://github.com/duane-r/underworlds.git
git clone https://github.com/saavedra29/archer.git
git clone https://github.com/stujones11/minetest-3d_armor.git
git clone https://github.com/minetest/minetest_game
git clone https://github.com/minetest-mods/unified_inventory
git clone https://github.com/bdjnk/mini_sun
git clone https://github.com/Ezhh/under_sky
git clone https://notabug.org/TenPlus1/ethereal
git clone https://github.com/orwell96/advtrains
git clone https://github.com/Jeija/minetest-mod-mesecons
git clone https://github.com/BlockMen/cme
git clone https://github.com/duane-r/underworlds
git clone https://github.com/saavedra29/archer
git clone https://github.com/stujones11/minetest-3d_armor
mv minetest-3d_armor/ 3d_armor/
mkdir octacian
cd octacian
git clone https://github.com/octacian/digicompute.git
git clone https://github.com/octacian/datalib.git
git clone https://github.com/octacian/microexpansion.git
git clone https://github.com/octacian/digicompute
git clone https://github.com/octacian/datalib
git clone https://github.com/octacian/microexpansion
cd ..
mkdir yawin
cd yawin
git clone https://gitlab.com/yawin/Mod_Magic.git
git clone https://github.com/yawin123/utilities.git
git clone https://gitlab.com/yawin/Mod_Magic
git clone https://github.com/yawin123/utilities
cd ../../mods/
rm -f 3d_armor advtrains archer beds boats bucket carts cme creative datalib default digicompute doors dye ethereal farming fire flowers give_initial_stuff killme microexpansion mini_sun Mod_Magic minetest-mod-mesecons Minetest-WorldEdit screwdriver sethome sfinv stairs tnt under_sky underworlds unified_inventory utilities vessels walls wool xpanes
rm -f 3d_armor advtrains archer beds boats bucket carts cme creative datalib default digicompute doors dye ethereal farming fire flowers give_initial_stuff microexpansion mini_sun Mod_Magic minetest-mod-mesecons Minetest-WorldEdit player_api screwdriver sethome sfinv stairs tnt under_sky underworlds unified_inventory utilities vessels walls wool xpanes
ln -s ../referenced-mods/minetest_game/mods/beds/
ln -s ../referenced-mods/minetest_game/mods/boats/
@ -42,7 +42,7 @@ ln -s ../referenced-mods/minetest_game/mods/farming/
ln -s ../referenced-mods/minetest_game/mods/fire/
ln -s ../referenced-mods/minetest_game/mods/flowers/
ln -s ../referenced-mods/minetest_game/mods/give_initial_stuff/
ln -s ../referenced-mods/minetest_game/mods/killme/
ln -s ../referenced-mods/minetest_game/mods/player_api/
ln -s ../referenced-mods/minetest_game/mods/screwdriver/
ln -s ../referenced-mods/minetest_game/mods/sethome/
ln -s ../referenced-mods/minetest_game/mods/sfinv/

View File

@ -1 +0,0 @@
../referenced-mods/minetest_game/mods/killme/

1
mods/player_api Symbolic link
View File

@ -0,0 +1 @@
../referenced-mods/minetest_game/mods/player_api/