mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix typo in lua_api.txt
This commit is contained in:
parent
dcbf1b3ce5
commit
06207ac550
1 changed files with 1 additions and 1 deletions
|
@ -2560,7 +2560,7 @@ Node definition (register_node)
|
|||
^ Node destructor; always called after removing node
|
||||
^ default: nil
|
||||
|
||||
after_place_node = func(pos, placer, itemstack, pointed_thing),
|
||||
after_place_node = func(pos, placer, itemstack, pointed_thing)
|
||||
^ Called after constructing node when node was placed using
|
||||
minetest.item_place_node / minetest.place_node
|
||||
^ If return true no item is taken from itemstack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue