diff --git a/api.lua b/api.lua index 823b1c3..ee132b7 100644 --- a/api.lua +++ b/api.lua @@ -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]] diff --git a/license.txt b/license.txt index 86fbdea..abeaab3 100644 --- a/license.txt +++ b/license.txt @@ -23,6 +23,7 @@ THE SOFTWARE. Textures borrowed from minetest_game (CC BY-SA 3.0): mobs_tnt_smoke.png mobs_bubble_particle.png + mobs_heart_particle.png Textures under CC0 license by TenPlus1 diff --git a/textures/mobs_heart_particle.png b/textures/mobs_heart_particle.png new file mode 100644 index 0000000..4412cab Binary files /dev/null and b/textures/mobs_heart_particle.png differ