Add missing villager sounds. Addresses BUKKIT-4756
This commit is contained in:
parent
710a20cbd2
commit
d0294170db
@ -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…
x
Reference in New Issue
Block a user