mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Fix typo in scriptapi.cpp in minetest.get_craft_recipe()
This commit is contained in:
parent
2795f44f03
commit
15bf9a7026
@ -4593,7 +4593,7 @@ static int l_get_craft_recipe(lua_State *L)
|
||||
setintfield(L, -1, "width", input.width);
|
||||
switch (input.method) {
|
||||
case CRAFT_METHOD_NORMAL:
|
||||
lua_pushstring(L,"noraml");
|
||||
lua_pushstring(L,"normal");
|
||||
break;
|
||||
case CRAFT_METHOD_COOKING:
|
||||
lua_pushstring(L,"cooking");
|
||||
|
Loading…
Reference in New Issue
Block a user