mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorations
This commit is contained in:
parent
adfcdc5484
commit
b2b6bbf3e8
3 changed files with 16 additions and 12 deletions
|
@ -62,10 +62,10 @@ private:
|
|||
// clear_registered_decorations()
|
||||
static int l_clear_registered_decorations(lua_State *L);
|
||||
|
||||
// generate_ores(vm)
|
||||
// generate_ores(vm, p1, p2)
|
||||
static int l_generate_ores(lua_State *L);
|
||||
|
||||
// generate_decorations(vm)
|
||||
// generate_decorations(vm, p1, p2)
|
||||
static int l_generate_decorations(lua_State *L);
|
||||
|
||||
// clear_registered_ores
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue