From d9b0343e55d07d242577c7d485e15206eb396229 Mon Sep 17 00:00:00 2001 From: ACGaming <4818419+ACGaming@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:42:25 +0200 Subject: [PATCH] Adjust MZTEWolf volume --- .../mod/acgaming/spackenmobs/entities/EntityMZTEWolf.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/java/mod/acgaming/spackenmobs/entities/EntityMZTEWolf.java b/src/main/java/mod/acgaming/spackenmobs/entities/EntityMZTEWolf.java index 0be0584..d9dfefa 100644 --- a/src/main/java/mod/acgaming/spackenmobs/entities/EntityMZTEWolf.java +++ b/src/main/java/mod/acgaming/spackenmobs/entities/EntityMZTEWolf.java @@ -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) {