2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-06-02 02:29:30 +02: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;
}
@Override
protected float getSoundVolume()
{
return 1.0F;
}
@Override
public EntityMZTEWolf createChild(EntityAgeable ageable)
{