Remove offhand item on death

This commit is contained in:
NO411 2022-03-22 12:48:41 +01:00
parent 019dd45381
commit aeff7cf1a4
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ end
mcl_death_drop.register_dropped_list("PLAYER", "main", true)
mcl_death_drop.register_dropped_list("PLAYER", "craft", true)
mcl_death_drop.register_dropped_list("PLAYER", "armor", true)
mcl_death_drop.register_dropped_list("PLAYER", "offhand", true)
minetest.register_on_dieplayer(function(player)
local keep = minetest.settings:get_bool("mcl_keepInventory", false)