1
0
spegling av https://github.com/luanti-org/luanti.git synced 2025-12-28 01:05:20 +01:00

New modsystem

Mods are placed in $path_<user/share>/mods
They can be enabled per world in world.mt or the configure world window
This commit is contained in:
PilzAdam
2013-05-18 17:00:47 +02:00
förälder 6074163bf3
incheckning 45fcc9de29
6 ändrade filer med 19 tillägg och 56 borttagningar

Visa fil

@@ -1 +0,0 @@
You can install Minetest mods by copying (and extracting) them into this folder.

4
mods/mods_here.txt Normal file
Visa fil

@@ -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.