From 06fc86988a7814578d5a99b6736ff265a3312028 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 15 May 2025 14:37:31 +0100 Subject: [PATCH] horses can attack players out of the blue --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 598e095..d50da5d 100644 --- a/init.lua +++ b/init.lua @@ -46,6 +46,7 @@ mobs:register_mob("mob_horse:horse", { "farming:barley", "farming:corn" }, passive = false, attack_type = "dogfight", reach = 2.5, damage = 3, + attack_chance = 95, attack_monsters = true, hp_min = 15, hp_max = 23,