Fix some pathfinding mob definitions
This commit is contained in:
parent
0f119663d7
commit
26cea30116
10 changed files with 16 additions and 15 deletions
|
@ -11,7 +11,7 @@ mobs:register_mob("mobs_mc:spider", {
|
|||
type = "monster",
|
||||
passive = false,
|
||||
attack_type = "dogfight",
|
||||
pathfinding = true,
|
||||
pathfinding = 1,
|
||||
damage = 2,
|
||||
docile_by_day = true,
|
||||
hp_min = 16,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue