From d8273a04bd5b9744e2ddcccbff61de18f427d1bd Mon Sep 17 00:00:00 2001 From: ElCeejo <40281901+ElCeejo@users.noreply.github.com> Date: Sun, 3 Oct 2021 17:56:32 -0700 Subject: [PATCH] Heavily reduce cat sounds --- mobs/cat.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobs/cat.lua b/mobs/cat.lua index 7db03c7..6f3200e 100644 --- a/mobs/cat.lua +++ b/mobs/cat.lua @@ -50,7 +50,7 @@ local function cat_logic(self) local player = mobkit.get_nearby_player(self) local trust = 0 - mob_core.random_sound(self, 30) + mob_core.random_sound(self, 64) mob_core.growth(self) if player then @@ -303,4 +303,4 @@ animalia.register_mob("cat", { end }) -mob_core.register_spawn_egg("animalia:cat", "db9764" ,"cf8d5a") \ No newline at end of file +mob_core.register_spawn_egg("animalia:cat", "db9764" ,"cf8d5a")