mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Hide mapgens from main menu not intended for end users
This commit is contained in:
parent
0850d3bb93
commit
9f25aba6c2
4 changed files with 16 additions and 11 deletions
|
@ -139,7 +139,8 @@ public:
|
|||
bool isBlockUnderground(v3s16 blockpos);
|
||||
|
||||
static MapgenFactory *getMapgenFactory(const std::string &mgname);
|
||||
static void getMapgenNames(std::vector<const char *> *mgnames);
|
||||
static void getMapgenNames(
|
||||
std::vector<const char *> *mgnames, bool include_hidden);
|
||||
static v3s16 getContainingChunk(v3s16 blockpos, s16 chunksize);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue