1
0
Fork 0
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:
Xeno333 2025-06-16 17:47:22 -05:00
parent 0275ab9f73
commit 63282704dc
4 changed files with 68 additions and 36 deletions

View file

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