mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
start working on flags
This commit is contained in:
parent
33908990cc
commit
75a7c3b4de
7 changed files with 44 additions and 10 deletions
|
@ -38,8 +38,9 @@ struct ModSpec
|
|||
bool part_of_modpack = false;
|
||||
bool is_modpack = false;
|
||||
|
||||
// lua-defined mapgen
|
||||
// lua-defined mapgen only
|
||||
bool is_mapgen = false;
|
||||
std::unordered_set<std::string> mapgen_flags;
|
||||
|
||||
/**
|
||||
* A constructed canonical path to represent this mod's location.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue