From bdcf03ae36553f4c7ba48d18ef8d67f05590dd60 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Sun, 4 Jan 2015 22:37:20 -0500 Subject: Add minetest.generate_ores() and minetest.generate_decorations() --- src/script/lua_api/l_mapgen.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/script/lua_api/l_mapgen.h') diff --git a/src/script/lua_api/l_mapgen.h b/src/script/lua_api/l_mapgen.h index e98838470..dd96a009e 100644 --- a/src/script/lua_api/l_mapgen.h +++ b/src/script/lua_api/l_mapgen.h @@ -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); -- cgit v1.2.3