Add core.get_mapgen_chunksize() (#16289)
This commit is contained in:
@@ -56,6 +56,9 @@ class ModApiMapgen : public ModApiBase
|
||||
// get_mapgen_edges([mapgen_limit[, chunksize]])
|
||||
static int l_get_mapgen_edges(lua_State *L);
|
||||
|
||||
// get_mapgen_chunksize()
|
||||
static int l_get_mapgen_chunksize(lua_State *L);
|
||||
|
||||
// get_seed([add])
|
||||
static int l_get_seed(lua_State *L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user