From a07a5b24bdd0042eab7cb66badfe0da9172b5767 Mon Sep 17 00:00:00 2001 From: SumianVoice Date: Mon, 18 Jul 2022 23:36:26 +1000 Subject: [PATCH] animals don't take food from player unless it is used for something --- mods/ENTITIES/mcl_mobs/api.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index 9f73824d7..053b5d951 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -4390,8 +4390,6 @@ function mcl_mobs:feed_tame(self, clicker, feed_count, breed, tame, notake) -- deduct 10% of the time to adulthood self.hornytimer = self.hornytimer + ((CHILD_GROW_TIME - self.hornytimer) * 0.1) - - return true end -- feed and tame