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