Fix ocelots being aggressive to players

This commit is contained in:
Wuzzy 2017-11-04 00:37:02 +01:00
parent c2684d0eac
commit 5403a97a56
1 changed files with 1 additions and 1 deletions

View File

@ -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,