mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Change mg_flags for lua defiend mapgens
This commit is contained in:
parent
0275ab9f73
commit
63282704dc
4 changed files with 68 additions and 36 deletions
|
@ -40,7 +40,7 @@ struct ModSpec
|
|||
|
||||
// lua-defined mapgen only
|
||||
bool is_mapgen = false;
|
||||
std::unordered_set<std::string> mapgen_flags;
|
||||
std::unordered_set<std::string> mg_flags;
|
||||
|
||||
/**
|
||||
* A constructed canonical path to represent this mod's location.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue