1
0
Fork 0
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:
Xeno333 2025-06-16 19:09:07 -05:00
parent 060696be24
commit 8765654e46
5 changed files with 63 additions and 7 deletions

View file

@ -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.