forked from VoxeLibre/VoxeLibre
Fix ocelots being aggressive to players
This commit is contained in:
parent
c2684d0eac
commit
5403a97a56
|
@ -60,7 +60,7 @@ local ocelot = {
|
|||
},
|
||||
follow = mobs_mc.follow.ocelot,
|
||||
view_range = 12,
|
||||
passive = false,
|
||||
passive = true,
|
||||
attack_type = "dogfight",
|
||||
pathfinding = 1,
|
||||
damage = 2,
|
||||
|
|
Loading…
Reference in New Issue