mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-25 18:21:29 +01:00
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,
|
||||
view_range = 16,
|
||||
follow = "mcl_farming:wheat_item",
|
||||
follow_distance = 3,
|
||||
passive = true,
|
||||
hp_min = 15,
|
||||
hp_max = 30,
|
||||
|
Loading…
Reference in New Issue
Block a user