Update mobs_mc
This commit is contained in:
parent
8c18fa522f
commit
84a277c91a
29 changed files with 52 additions and 40 deletions
|
@ -282,9 +282,10 @@ zombie_horse.drops = {
|
|||
max = 2,},
|
||||
}
|
||||
zombie_horse.sounds = {
|
||||
random = "zombie1",
|
||||
death = "zombiedeath",
|
||||
damage = "zombiehurt1",
|
||||
random = "mobs_mc_zombie_idle",
|
||||
war_cry = "mobs_mc_zombie_idle",
|
||||
death = "mobs_mc_zombie_death",
|
||||
damage = "mobs_mc_zombie_hurt",
|
||||
distance = 16,
|
||||
}
|
||||
mobs:register_mob("mobs_mc:zombie_horse", zombie_horse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue