aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2020-05-01 08:26:45 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2020-05-01 08:26:45 +0100
commita49f766a5f532f46c6ebc7dce409c821a5115cf7 (patch)
treee9adc72978b36f1cb500dc828a9892a01b624981
parent5414d09a9b11191595710397ea6aaadb46134b2c (diff)
downloadmob_horse-a49f766a5f532f46c6ebc7dce409c821a5115cf7.tar.gz
mob_horse-a49f766a5f532f46c6ebc7dce409c821a5115cf7.tar.bz2
mob_horse-a49f766a5f532f46c6ebc7dce409c821a5115cf7.zip
horses can now eat wheat, barley, oats, corn and apples
-rw-r--r--init.lua4
-rw-r--r--readme.md2
2 files changed, 4 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index af0c27d..dbff24f 100644
--- a/init.lua
+++ b/init.lua
@@ -47,7 +47,9 @@ mobs:register_mob("mob_horse:horse", {
fly = false,
walk_chance = 60,
view_range = 5,
- follow = {"farming:wheat", "default:apple"},
+ follow = {
+ "farming:wheat", "default:apple", "farming:oat",
+ "farming:barley", "farming:corn"},
passive = true,
hp_min = 12,
hp_max = 16,
diff --git a/readme.md b/readme.md
index 3daf23a..5056823 100644
--- a/readme.md
+++ b/readme.md
@@ -5,7 +5,7 @@ There are three different horse textures (white, brown, black) which will spawn
---
### 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