improve installation instructions
This commit is contained in:
parent
c04f67cd03
commit
e3c1575f6a
|
@ -8,11 +8,11 @@ this forum post explains it quite ok https://forum.minetest.net/viewtopic.php?f=
|
||||||
|
|
||||||
1) Navigate to the Client-Side Modding section (you should already be here), and find a mod you wish to install.
|
1) Navigate to the Client-Side Modding section (you should already be here), and find a mod you wish to install.
|
||||||
|
|
||||||
2) Navigate to your minetest directory (.minetest on Linux) and create a folder called clientmods if it does not exist.
|
2) Navigate to your minetest directory and create a folder called clientmods if it does not exist.
|
||||||
|
|
||||||
3) Download or clone the mod into the clientmod directory
|
3) Download or clone the mod into the clientmod directory
|
||||||
|
|
||||||
4) Create a text file called mods.conf inside the clientmods folder if it does not exist.
|
4) Create a text file called mods.conf inside the clientmods folder if it does not exist. this should be in the same directory that has debug.txt in it
|
||||||
|
|
||||||
5) Open mods.conf in your favorite text editor and add load_mod_modname = true (where modname is the name of the client mod you downloaded). Save the file.
|
5) Open mods.conf in your favorite text editor and add load_mod_modname = true (where modname is the name of the client mod you downloaded). Save the file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue