forked from MineClone5/MineClone5
Update 'mods/ITEMS/mcl_beds/respawn_anchor.lua'
This commit is contained in:
parent
2ea868ba79
commit
4444437f94
|
@ -30,6 +30,7 @@ minetest.register_node("mcl_beds:respawn_anchor",{
|
|||
if pos.y < -29077 or pos.y > -28933 then
|
||||
mcl_explosions.explode(pos, 5, {drop_chance = 0, fire = true})
|
||||
end
|
||||
end
|
||||
end,
|
||||
groups = {pickaxey=1, material_stone=1},
|
||||
_mcl_hardness = 22.5
|
||||
|
|
Loading…
Reference in New Issue