From 747ff7daf875652be1063fa49316125977b0ba79 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 21 May 2012 19:49:35 +0300 Subject: Add support for putting modpacks directly into mod directories --- doc/lua_api.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index d63fc9df7..a4d61b2f8 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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 -- cgit v1.2.3