Added sound effect when waving

This commit is contained in:
Sollace 2022-01-04 18:14:18 +02:00
parent 621c893daa
commit c6bb37546d

View file

@ -178,8 +178,8 @@ public class PlayerPoser {
WOLOLO(SoundEvents.ENTITY_EVOKER_PREPARE_WOLOLO, 40),
ARMS_FORWARD(5),
ARMS_UP(5),
WAVE_ONE(20),
WAVE_TWO(20),
WAVE_ONE(SoundEvents.ENTITY_PARROT_AMBIENT, 20),
WAVE_TWO(SoundEvents.ENTITY_PARROT_AMBIENT, 20),
KICK(SoundEvents.ENTITY_PHANTOM_FLAP, 5),
STOMP(5),
WIGGLE_NOSE(6);