Ender Zoo

Ender Zoo

12M Downloads

[1.10.2] [Bug/Enhancement] Owl Death Noise

SnowShock35 opened this issue ยท 1 comments

commented

Hello,

It appears in the latest release of Ender Zoo on CurseForge, the mod does not have a sound file for when the owl dies. It just plays the normal sound or no sound at all.

commented

Looks like it has only three sounds registered, two ambient and one hurt sound

public static final SoundEvent SND_HOOT;

but the death sound should bejust the hurt sound

protected SoundEvent getDeathSound() {

So youre right, it does play the normal sound on death and not a unique sound. would be a nice feature to add