Update to 1.19

This commit is contained in:
Tara Piccari 2024-01-31 18:11:31 -07:00
parent 7c1c96d2d2
commit 650f9b36ea
11 changed files with 34 additions and 35 deletions

View file

@ -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);
}