Add core.get_mapgen_chunksize() (#16289)

This commit is contained in:
sfan5
2025-06-29 17:19:40 +02:00
committed by GitHub
parent fcbf05fc30
commit fd0ca20ce9
4 changed files with 30 additions and 3 deletions

View File

@@ -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);