1 Commits

Author SHA1 Message Date
06fc86988a horses can attack players out of the blue 2025-05-15 14:37:31 +01:00

View File

@ -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,