mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Allow game to specify first and last mod in mod loading order (#14177)
Co-authored-by: Lars Mueller <appgurulars@gmx.de> Co-authored-by: sfan5 <sfan5@live.de>
This commit is contained in:
@@ -87,6 +87,9 @@ public:
|
||||
void checkConflictsAndDeps();
|
||||
|
||||
private:
|
||||
std::string m_first_mod; // "" <=> no mod
|
||||
std::string m_last_mod; // "" <=> no mod
|
||||
|
||||
std::vector<ModSpec> m_sorted_mods;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user