EnderZoo icon indicating copy to clipboard operation
EnderZoo copied to clipboard

[1.10.2] [Bug/Enhancement] Owl Death Noise

Open SnowShock35 opened this issue 8 years ago • 1 comments

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.

SnowShock35 avatar Sep 06 '16 18:09 SnowShock35

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

https://github.com/SleepyTrousers/EnderZoo/blob/b58afe17d75cbc656090e5ce2f8fd7780f0e5be6/src/main/java/crazypants/enderzoo/entity/EntityOwl.java#L50

but the death sound should bejust the hurt sound https://github.com/SleepyTrousers/EnderZoo/blob/b58afe17d75cbc656090e5ce2f8fd7780f0e5be6/src/main/java/crazypants/enderzoo/entity/EntityOwl.java#L366

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

Lothrazar avatar Apr 01 '17 17:04 Lothrazar