diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index 8500160f0..95fb230c6 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -4369,7 +4369,7 @@ function mcl_mobs:feed_tame(self, clicker, feed_count, breed, tame, notake) if self.nofollow or follow_holding(self, clicker) then local consume_food = false - -- feed and tame + -- tame if not still a baby if tame and not self.child then if not self.owner or self.owner == "" then