In your home folder, open .minetest - put the mods in a "usermods" folder created inside.
If you want the 0.4 version, you should try the Git version (Main site > Github). Open a terminal, then type this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Use your admin password to confirm.
Then, this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
git clone https://github.com/celeron55/minetest.git
Then, compile it by following the instructions on the main site (however, do NOT compile using RUN_IN_PLACE, else the user data will not be in .minetest).
If you want to update the git, cd to the minetest's folder then type "git pull". You will have to recompile it.