Fix group attack for slime, zombie and zombiepig
This commit is contained in:
parent
f3b4c56772
commit
47ef78bf6a
5 changed files with 20 additions and 10 deletions
|
@ -18,7 +18,7 @@ local pigman = {
|
|||
hp_max = 20,
|
||||
armor = 90,
|
||||
attack_type = "dogfight",
|
||||
group_attack = true,
|
||||
group_attack = { "mobs_mc:pigman", "mobs_mc:baby_pigman" },
|
||||
damage = 9,
|
||||
reach = 2,
|
||||
collisionbox = {-0.3, -0.01, -0.3, 0.3, 1.94, 0.3},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue