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
|
@ -78,6 +78,8 @@ functions needed for the mob to work properly which contains the following:
|
|||
punches when nearby.
|
||||
'group_attack' when true has same mob type grouping together to attack
|
||||
offender.
|
||||
[MCL2 extension:] When a table, this is a list of
|
||||
mob types that will get alerted as well (besides same mob type)
|
||||
'attack_type' tells the api what a mob does when attacking the player
|
||||
or another mob:
|
||||
'dogfight' is a melee attack when player is within mob reach.
|
||||
|
@ -222,6 +224,7 @@ functions needed for the mob to work properly which contains the following:
|
|||
'glow' same as in entity definition
|
||||
'child' if true, spawn mob as child
|
||||
|
||||
|
||||
Node Replacement
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue