summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwerty123a2 <82355645+qwerty123a2@users.noreply.github.com>2022-04-30 02:15:19 +1000
committerGitHub <noreply@github.com>2022-04-29 17:15:19 +0100
commitec4a789b4f56d7918b6c964e59b9903af5e17fcd (patch)
treeae8528fe49708fccbf819f2dc6f4c254d06c9ab3
parenta65f6f07f3a5601207b790edcc8cc945133112f7 (diff)
downloadminetest-ec4a789b4f56d7918b6c964e59b9903af5e17fcd.tar.gz
minetest-ec4a789b4f56d7918b6c964e59b9903af5e17fcd.tar.bz2
minetest-ec4a789b4f56d7918b6c964e59b9903af5e17fcd.zip
Update mods_here.txt to mention installing mods via CDB (#11876)
Co-authored-by: rubenwardy <rw@rubenwardy.com>
-rw-r--r--mods/mods_here.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/mods/mods_here.txt b/mods/mods_here.txt
index e105fbd1a..e14b7539e 100644
--- a/mods/mods_here.txt
+++ b/mods/mods_here.txt
@@ -1,4 +1,10 @@
+You can use the content tab in the main menu
+
+ OR
+
You can install Minetest mods by copying (and extracting) them into this folder.
To enable them, go to the configure world window in the main menu or write
+
load_mod_<modname> = true
-in world.mt in the world directory.
+
+in world.mt in the world directory.