diff options
author | PilzAdam <pilzadam@minetest.net> | 2013-05-18 17:00:47 +0200 |
---|---|---|
committer | PilzAdam <pilzadam@minetest.net> | 2013-05-19 02:15:36 +0200 |
commit | 45fcc9de29de762e8dde20a50db4a3184c830e42 (patch) | |
tree | 2a947b0ffa01e1aa49a755b6bf37fc393409e4b5 /mods | |
parent | 6074163bf358ba8bf3a012e8093e24ecab5b6d61 (diff) | |
download | minetest-45fcc9de29de762e8dde20a50db4a3184c830e42.tar.gz minetest-45fcc9de29de762e8dde20a50db4a3184c830e42.tar.bz2 minetest-45fcc9de29de762e8dde20a50db4a3184c830e42.zip |
New modsystem
Mods are placed in $path_<user/share>/mods
They can be enabled per world in world.mt or the configure world window
Diffstat (limited to 'mods')
-rw-r--r-- | mods/minetest/mods_here.txt | 1 | ||||
-rw-r--r-- | mods/mods_here.txt | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mods/minetest/mods_here.txt b/mods/minetest/mods_here.txt deleted file mode 100644 index 5135cb947..000000000 --- a/mods/minetest/mods_here.txt +++ /dev/null @@ -1 +0,0 @@ -You can install Minetest mods by copying (and extracting) them into this folder. diff --git a/mods/mods_here.txt b/mods/mods_here.txt new file mode 100644 index 000000000..e105fbd1a --- /dev/null +++ b/mods/mods_here.txt @@ -0,0 +1,4 @@ +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. |