mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-11-27 08:45:27 +01:00
fix health expliot https://github.com/mt-mods/homedecor_modpack/issues/14
This commit is contained in:
@@ -47,7 +47,6 @@ minetest.register_node(":lrfurn:longsofa", {
|
|||||||
end
|
end
|
||||||
pos.y = pos.y-0.5
|
pos.y = pos.y-0.5
|
||||||
clicker:setpos(pos)
|
clicker:setpos(pos)
|
||||||
clicker:set_hp(20)
|
|
||||||
return itemstack
|
return itemstack
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ minetest.register_node(":lrfurn:sofa", {
|
|||||||
end
|
end
|
||||||
pos.y = pos.y-0.5
|
pos.y = pos.y-0.5
|
||||||
clicker:setpos(pos)
|
clicker:setpos(pos)
|
||||||
clicker:set_hp(20)
|
|
||||||
return itemstack
|
return itemstack
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user