mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-28 09:36:27 -04:00
Merge f90a128f6c
into 794a436d86
This commit is contained in:
commit
c89fc43b5a
1 changed files with 3 additions and 0 deletions
|
@ -181,6 +181,9 @@ minetest.register_on_dieplayer(function(player)
|
|||
end
|
||||
|
||||
minetest.set_node(pos, {name="bones:bones", param2=param2})
|
||||
|
||||
minetest.chat_send_player(player_name, "Your bones were left at "..minetest.pos_to_string(pos))
|
||||
minetest.log("action", player_name.." left their bones at "..minetest.pos_to_string(pos))
|
||||
|
||||
local meta = minetest.get_meta(pos)
|
||||
local inv = meta:get_inventory()
|
||||
|
|
Loading…
Add table
Reference in a new issue