Fix horse literally blinding you following you

This commit is contained in:
jordan4ibanez 2021-04-24 00:19:41 -04:00
parent 6f2e2ab4c5
commit 0d4d85bac6
1 changed files with 1 additions and 0 deletions

View File

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