diff --git a/mods/rp_mobs/child.lua b/mods/rp_mobs/child.lua index 308c8fe6..d8ba4633 100644 --- a/mods/rp_mobs/child.lua +++ b/mods/rp_mobs/child.lua @@ -167,8 +167,7 @@ rp_mobs.horny_and_breed = function(mob, dtime) maxexptime = 1, minsize = 1, maxsize = 2, - -- TODO: Add custom particle texthre - texture = "heart.png", + texture = "mobs_breed.png", }) -- Pick a partner to mate with diff --git a/mods/rp_mobs/textures/mobs_breed.png b/mods/rp_mobs/textures/mobs_breed.png new file mode 100644 index 00000000..69a2d4f4 Binary files /dev/null and b/mods/rp_mobs/textures/mobs_breed.png differ