1
0
Fork 0
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:
Xeno333 2025-06-14 22:50:31 -05:00
parent 33908990cc
commit 75a7c3b4de
7 changed files with 44 additions and 10 deletions

View file

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