forked from mtcontrib/mob_horse
apples can tame horse also
This commit is contained in:
parent
39b6986f57
commit
dee3883843
2
init.lua
2
init.lua
@ -27,7 +27,7 @@ mobs:register_mob("mob_horse:horse", {
|
|||||||
fly = false,
|
fly = false,
|
||||||
walk_chance = 60,
|
walk_chance = 60,
|
||||||
view_range = 5,
|
view_range = 5,
|
||||||
follow = {"farming:wheat"},
|
follow = {"farming:wheat", "default:apple"},
|
||||||
passive = true,
|
passive = true,
|
||||||
hp_min = 12,
|
hp_min = 12,
|
||||||
hp_max = 16,
|
hp_max = 16,
|
||||||
|
Loading…
Reference in New Issue
Block a user