1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Add minetest.generate_ores() and minetest.generate_decorations()

This commit is contained in:
kwolekr 2015-01-04 22:37:20 -05:00
parent a92c083011
commit bdcf03ae36
9 changed files with 93 additions and 37 deletions

View file

@ -62,6 +62,12 @@ private:
// clear_registered_decorations()
static int l_clear_registered_decorations(lua_State *L);
// generate_ores(vm)
static int l_generate_ores(lua_State *L);
// generate_decorations(vm)
static int l_generate_decorations(lua_State *L);
// clear_registered_ores
static int l_clear_registered_ores(lua_State *L);