Update 'mods/ITEMS/mcl_beds/respawn_anchor.lua'

This commit is contained in:
PrairieWind 2022-04-02 12:28:16 +00:00
parent 2ea868ba79
commit 4444437f94
1 changed files with 4 additions and 3 deletions

View File

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