1
0
Mirror von https://github.com/luanti-org/minetest_game.git synchronisiert 2025-12-16 11:15:30 +01:00

doc clarification

Dieser Commit ist enthalten in:
Imre Péntek
2024-03-23 16:43:06 +01:00
Ursprung 25ff385294
Commit 062fc4610b

Datei anzeigen

@@ -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.