1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-07-01 07:50:23 +02:00

added mobs_heart_particle.png

This commit is contained in:
tenplus1
2025-04-09 15:15:41 +01:00
parent 01a60d9a55
commit 3a7b1bbfe6
3 changed files with 3 additions and 2 deletions

View File

@ -1207,7 +1207,7 @@ function mob_class:breed()
local prop = self.object:get_properties().collisionbox
effect({x = pos.x, y = pos.y + prop[5], z = pos.z}, 8,
"heart.png", 3, 4, 1, 0.1, 1, true)
"mobs_heart_particle.png", 3, 4, 1, 0.1, 1, true)
local objs = minetest.get_objects_inside_radius(pos, 3)
local ent
@ -1557,7 +1557,7 @@ function mob_class:smart_mobs(s, p, dist, dtime)
size = 4,
collisiondetection = false,
vertical = false,
texture = "heart.png",
texture = "mobs_heart_particle.png",
})
end
end]]