forked from mtcontrib/mob_horse
horses can now eat wheat, barley, oats, corn and apples
This commit is contained in:
parent
5414d09a9b
commit
a49f766a5f
4
init.lua
4
init.lua
@ -47,7 +47,9 @@ 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", "default:apple"},
|
follow = {
|
||||||
|
"farming:wheat", "default:apple", "farming:oat",
|
||||||
|
"farming:barley", "farming:corn"},
|
||||||
passive = true,
|
passive = true,
|
||||||
hp_min = 12,
|
hp_min = 12,
|
||||||
hp_max = 16,
|
hp_max = 16,
|
||||||
|
@ -5,7 +5,7 @@ There are three different horse textures (white, brown, black) which will spawn
|
|||||||
|
|
||||||
---
|
---
|
||||||
### Taming
|
### Taming
|
||||||
Horses can be tamed with 10x wheat or apples which then allows the player to pick up the horse using a lasso and ride by right-clicking with a saddle.
|
Horses can be tamed with 10x wheat, apple, barley, oats of corn which then allows the player to pick up the horse using a lasso and ride by right-clicking with a saddle.
|
||||||
|
|
||||||
---
|
---
|
||||||
### Horseshoes
|
### Horseshoes
|
||||||
|
Loading…
Reference in New Issue
Block a user