Add missing villager sounds. Addresses BUKKIT-4756
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
6e0bd25f52
commit
894feb61c6
1 changed files with 7 additions and 0 deletions
|
@ -198,4 +198,11 @@ public enum Sound {
|
||||||
HORSE_ZOMBIE_DEATH,
|
HORSE_ZOMBIE_DEATH,
|
||||||
HORSE_ZOMBIE_HIT,
|
HORSE_ZOMBIE_HIT,
|
||||||
HORSE_ZOMBIE_IDLE,
|
HORSE_ZOMBIE_IDLE,
|
||||||
|
// Villager
|
||||||
|
VILLAGER_DEATH,
|
||||||
|
VILLAGER_HAGGLE,
|
||||||
|
VILLAGER_HIT,
|
||||||
|
VILLAGER_IDLE,
|
||||||
|
VILLAGER_NO,
|
||||||
|
VILLAGER_YES,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue