1
0
mirror of https://codeberg.org/tenplus1/mob_horse.git synced 2025-05-17 00:30:34 +02:00

horses can attack players out of the blue

This commit is contained in:
tenplus1 2025-05-15 14:37:31 +01:00
parent 3deab2d01c
commit 06fc86988a

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,