mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Add mod.conf file support This new file only permits to specify a mod name for now
This commit is contained in:
@@ -47,6 +47,11 @@ static bool parseDependsLine(std::istream &is,
|
||||
void parseModContents(ModSpec &spec)
|
||||
{
|
||||
// NOTE: this function works in mutual recursion with getModsInPath
|
||||
Settings info;
|
||||
info.readConfigFile((spec.path+DIR_DELIM+"mod.conf").c_str());
|
||||
|
||||
if (info.exists("name"))
|
||||
spec.name = info.get("name");
|
||||
|
||||
spec.depends.clear();
|
||||
spec.optdepends.clear();
|
||||
|
Reference in New Issue
Block a user