From dee388384367b5ed2c0cbc42cb5355b335d385de Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 1 Jun 2017 09:17:21 +0100 Subject: [PATCH] apples can tame horse also --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c1a4f5a..bec98d2 100644 --- a/init.lua +++ b/init.lua @@ -27,7 +27,7 @@ mobs:register_mob("mob_horse:horse", { fly = false, walk_chance = 60, view_range = 5, - follow = {"farming:wheat"}, + follow = {"farming:wheat", "default:apple"}, passive = true, hp_min = 12, hp_max = 16,