Fix some pathfinding mob definitions
This commit is contained in:
parent
0f119663d7
commit
26cea30116
10 changed files with 16 additions and 15 deletions
|
@ -29,7 +29,7 @@ mobs:register_mob("mobs_mc:blaze", {
|
|||
walk_velocity = .8,
|
||||
run_velocity = 1.6,
|
||||
damage = 2.5,
|
||||
pathfinding = true,
|
||||
pathfinding = 1,
|
||||
group_attack = true,
|
||||
armor = 80,
|
||||
drops = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue