mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Mapgen selection and init code
This commit is contained in:
parent
aba2b6638e
commit
f9bad58d77
14 changed files with 211 additions and 59 deletions
|
@ -37,6 +37,9 @@ struct ModSpec
|
|||
bool part_of_modpack = false;
|
||||
bool is_modpack = false;
|
||||
|
||||
// lua-defined mapgen
|
||||
bool is_mapgen = false;
|
||||
|
||||
/**
|
||||
* A constructed canonical path to represent this mod's location.
|
||||
* This intended to be used as an identifier for a modpath that tolerates file movement,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue