mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Prefer C++ in case of conflict and pass title rather than internal name
This commit is contained in:
parent
c887425ac4
commit
ea0ae5b62b
8 changed files with 93 additions and 20 deletions
|
@ -27,6 +27,7 @@ struct ModSpec
|
|||
std::string author;
|
||||
std::string path; // absolute path on disk
|
||||
std::string desc;
|
||||
std::string title;
|
||||
int release = 0;
|
||||
|
||||
// if normal mod:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue