Update to 1.19
This commit is contained in:
parent
7c1c96d2d2
commit
650f9b36ea
11 changed files with 34 additions and 35 deletions
|
@ -40,7 +40,7 @@ public class CheckHunger extends Task
|
|||
Component chat = ChatHelpers.macro(Msg);
|
||||
Minecraft.getInstance().player.displayClientMessage(chat, false);
|
||||
|
||||
SoundEvent sv = SoundEvents.ENDER_DRAGON_GROWL; // It sounds like a growling stomach
|
||||
SoundEvent sv = SoundEvents.WARDEN_ROAR; // It sounds like a growling stomach
|
||||
Helpers.Soundify(sv);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue