Punch node after change

This commit is contained in:
epCode 2023-06-04 20:19:18 -07:00
parent e49eac6d85
commit 5e4fa30aae
1 changed files with 1 additions and 1 deletions

View File

@ -525,10 +525,10 @@ function mob_class:replace_node(pos)
minetest.after(self.replace_delay, function()
if self and self.object and self.object:get_velocity() and self.health > 0 then
minetest.set_node(pos, newnode)
minetest.punch_node(pos)
end
end)
end
end
end
end