mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add support for putting modpacks directly into mod directories
This commit is contained in:
parent
1f670fc688
commit
747ff7daf8
2 changed files with 82 additions and 35 deletions
|
@ -59,6 +59,12 @@ This happens if the following directory exists:
|
|||
Mods should be then be placed in:
|
||||
$world/game/mods/
|
||||
|
||||
Modpack support
|
||||
----------------
|
||||
Mods can be put in a subdirectory, if the parent directory, which otherwise
|
||||
should be a mod, contains a file named modpack.txt. This file shall be
|
||||
empty, except for lines starting with #, which are comments.
|
||||
|
||||
Mod directory structure
|
||||
------------------------
|
||||
mods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue