mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Adding minetest.clear_craft
Modifications by est31: grammar fixes in doc + error messages and a little style fix, no functional change.
This commit is contained in:
parent
7a532056e2
commit
281e9f39fd
5 changed files with 178 additions and 1 deletions
|
@ -33,6 +33,7 @@ private:
|
|||
static int l_get_craft_recipe(lua_State *L);
|
||||
static int l_get_all_craft_recipes(lua_State *L);
|
||||
static int l_get_craft_result(lua_State *L);
|
||||
static int l_clear_craft(lua_State *L);
|
||||
|
||||
static bool readCraftReplacements(lua_State *L, int index,
|
||||
CraftReplacements &replacements);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue