mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-12 16:14:24 +01:00
Added sound effect when waving
This commit is contained in:
parent
621c893daa
commit
c6bb37546d
1 changed files with 2 additions and 2 deletions
|
@ -178,8 +178,8 @@ public class PlayerPoser {
|
||||||
WOLOLO(SoundEvents.ENTITY_EVOKER_PREPARE_WOLOLO, 40),
|
WOLOLO(SoundEvents.ENTITY_EVOKER_PREPARE_WOLOLO, 40),
|
||||||
ARMS_FORWARD(5),
|
ARMS_FORWARD(5),
|
||||||
ARMS_UP(5),
|
ARMS_UP(5),
|
||||||
WAVE_ONE(20),
|
WAVE_ONE(SoundEvents.ENTITY_PARROT_AMBIENT, 20),
|
||||||
WAVE_TWO(20),
|
WAVE_TWO(SoundEvents.ENTITY_PARROT_AMBIENT, 20),
|
||||||
KICK(SoundEvents.ENTITY_PHANTOM_FLAP, 5),
|
KICK(SoundEvents.ENTITY_PHANTOM_FLAP, 5),
|
||||||
STOMP(5),
|
STOMP(5),
|
||||||
WIGGLE_NOSE(6);
|
WIGGLE_NOSE(6);
|
||||||
|
|
Loading…
Reference in a new issue