mirror of
https://github.com/ACGaming/Spackenmobs
synced 2024-11-25 16:22:36 +01:00
Adjust MZTEWolf volume
This commit is contained in:
parent
bf0a18d303
commit
d9b0343e55
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue