mirror of
https://codeberg.org/tenplus1/mob_horse.git
synced 2025-01-08 17:00:20 +01:00
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