mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
doc clarification
This commit is contained in:
parent
25ff385294
commit
062fc4610b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Additionally, callbacks can be registered to transfer items to the bones on deat
|
|||
|
||||
`bones.register_collect_items(callback)`
|
||||
|
||||
Functions registered this way won't be called if `bones_mode` is `keep`.
|
||||
Functions registered this way won't be called if `bones_mode` is `keep` or in case of the death of a creative player.
|
||||
|
||||
`callback` is a `function(player)` which `return`s a table of items to be transferred.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue