mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix typo in scriptapi.cpp in minetest.get_craft_recipe()
This commit is contained in:
@@ -4593,7 +4593,7 @@ static int l_get_craft_recipe(lua_State *L)
|
|||||||
setintfield(L, -1, "width", input.width);
|
setintfield(L, -1, "width", input.width);
|
||||||
switch (input.method) {
|
switch (input.method) {
|
||||||
case CRAFT_METHOD_NORMAL:
|
case CRAFT_METHOD_NORMAL:
|
||||||
lua_pushstring(L,"noraml");
|
lua_pushstring(L,"normal");
|
||||||
break;
|
break;
|
||||||
case CRAFT_METHOD_COOKING:
|
case CRAFT_METHOD_COOKING:
|
||||||
lua_pushstring(L,"cooking");
|
lua_pushstring(L,"cooking");
|
||||||
|
Reference in New Issue
Block a user