forked from VoxeLibre/VoxeLibre
Fix horse literally blinding you following you
This commit is contained in:
parent
6f2e2ab4c5
commit
0d4d85bac6
|
@ -118,6 +118,7 @@ local horse = {
|
||||||
walk_chance = 60,
|
walk_chance = 60,
|
||||||
view_range = 16,
|
view_range = 16,
|
||||||
follow = "mcl_farming:wheat_item",
|
follow = "mcl_farming:wheat_item",
|
||||||
|
follow_distance = 3,
|
||||||
passive = true,
|
passive = true,
|
||||||
hp_min = 15,
|
hp_min = 15,
|
||||||
hp_max = 30,
|
hp_max = 30,
|
||||||
|
|
Loading…
Reference in New Issue