mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 05:21:40 -04:00
Heavily reduce cat sounds
This commit is contained in:
parent
b548582ae1
commit
d8273a04bd
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
mob_core.register_spawn_egg("animalia:cat", "db9764" ,"cf8d5a")
|
||||
|
|
Loading…
Add table
Reference in a new issue