We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86435d commit 110c235Copy full SHA for 110c235
mods/bones/init.lua
@@ -228,7 +228,7 @@ minetest.register_on_dieplayer(function(player)
228
-- check if it's possible to place bones, if not find space near player
229
if bones_mode == "bones" and not may_replace(pos, player) then
230
local air = minetest.find_node_near(pos, 1, {"air"})
231
- if air and not minetest.is_protected(air, player_name) then
+ if air then
232
pos = air
233
else
234
bones_mode = "drop"
0 commit comments