mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-04 14:53:51 +01:00
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
Block a user