From cfb6b6003cf13cb2a990d7cbadba0ed109a419a7 Mon Sep 17 00:00:00 2001 From: SumianVoice Date: Tue, 19 Jul 2022 15:33:13 +1000 Subject: [PATCH] Update api.lua --- mods/ENTITIES/mcl_mobs/api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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