mirror of
https://codeberg.org/tenplus1/mob_horse.git
synced 2025-07-16 15:20:26 +02:00
horses can attack players out of the blue
This commit is contained in:
1
init.lua
1
init.lua
@ -46,6 +46,7 @@ mobs:register_mob("mob_horse:horse", {
|
|||||||
"farming:barley", "farming:corn"
|
"farming:barley", "farming:corn"
|
||||||
},
|
},
|
||||||
passive = false, attack_type = "dogfight", reach = 2.5, damage = 3,
|
passive = false, attack_type = "dogfight", reach = 2.5, damage = 3,
|
||||||
|
attack_chance = 95,
|
||||||
attack_monsters = true,
|
attack_monsters = true,
|
||||||
hp_min = 15,
|
hp_min = 15,
|
||||||
hp_max = 23,
|
hp_max = 23,
|
||||||
|
Reference in New Issue
Block a user