mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
working flags
This commit is contained in:
parent
060696be24
commit
8765654e46
5 changed files with 63 additions and 7 deletions
|
@ -41,6 +41,7 @@ struct ModSpec
|
|||
// lua-defined mapgen only
|
||||
bool is_mapgen = false;
|
||||
std::unordered_set<std::string> mg_flags;
|
||||
std::unordered_set<std::string> lmg_flags;
|
||||
|
||||
/**
|
||||
* A constructed canonical path to represent this mod's location.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue