2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-11-25 16:22:36 +01:00

Adjust MZTEWolf volume

This commit is contained in:
ACGaming 2022-04-12 10:42:25 +02:00
parent bf0a18d303
commit d9b0343e55

View file

@ -43,6 +43,12 @@ public class EntityMZTEWolf extends EntityWolf
return ModSoundEvents.ENTITY_MZTEWOLF_DEATH; return ModSoundEvents.ENTITY_MZTEWOLF_DEATH;
} }
@Override
protected float getSoundVolume()
{
return 1.0F;
}
@Override @Override
public EntityMZTEWolf createChild(EntityAgeable ageable) public EntityMZTEWolf createChild(EntityAgeable ageable)
{ {