minetest_scripts is a (small) collection of scripts wich might proove usefull in working and playing with minetest.
- cd into your main minetest-folder
- git clone git://github.com/iqualfragile/minetest_scripts.git
- chmod +x update.sh
- ln start.sh ../start.sh
- chmod +x start.sh
- cp singlemods.example singlemods
- cp modfolders.example modfolders
- add your own locations to singlemods/modfolders
git clone git://github.com/iqualfragile/minetest_scripts.git && chmod +x update.sh && ln start.sh ../start.sh && chmod +x ../start.sh && cp singlemods.example singlemods && cp modfolders.example modfolders
Automaticly updates mods which were cloned from a repo merges your local changes when possible so you can customize your experience while still being up-to-date
Updates everything, rebuilds minetest and starts the server