mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Move l_get_all_craft_recipes to scriptapi_craft
This commit is contained in:
parent
6a1670dbc3
commit
eb90c3d92d
3 changed files with 74 additions and 73 deletions
|
@ -33,6 +33,7 @@ extern "C" {
|
|||
/*****************************************************************************/
|
||||
int l_register_craft(lua_State *L);
|
||||
int l_get_craft_recipe(lua_State *L);
|
||||
int l_get_all_craft_recipes(lua_State *L);
|
||||
int l_get_craft_result(lua_State *L);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue