Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix an example in lua_api (#5604)
  • Loading branch information
Desour authored and nerzhul committed Jun 10, 2017
1 parent ab128e0 commit 07be63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lua_api.txt
Expand Up @@ -2711,9 +2711,9 @@ and `minetest.auth_reload` call the authetification handler.
* Example query for `"default:gold_ingot"` will return table:

{
[1]={type = "cooking", width = 3, output = "default:gold_ingot",
[1]={method = "cooking", width = 3, output = "default:gold_ingot",
items = {1 = "default:gold_lump"}},
[2]={type = "normal", width = 1, output = "default:gold_ingot 9",
[2]={method = "normal", width = 1, output = "default:gold_ingot 9",
items = {1 = "default:goldblock"}}
}
* `minetest.handle_node_drops(pos, drops, digger)`
Expand Down

0 comments on commit 07be63b

Please sign in to comment.