Mimic sound changed!

This commit is contained in:
KingPhygieBoo 2017-12-25 17:31:50 -06:00
parent 7d6c7017ac
commit ffd16df878

View file

@ -82,7 +82,7 @@ public class EntityMimic extends EntityMob
protected SoundEvent getDeathSound()
{
return SoundEvents.BLOCK_WOOD_BREAK;
return SoundEvents.BLOCK_CHEST_CLOSE;
}
protected float getSoundVolume()