forked from mtcontrib/mobs_monster
Tree Monsters attack animals
This commit is contained in:
parent
91cbcf7222
commit
95038f6fb8
@ -35,4 +35,4 @@ Stone Monster
|
|||||||
|
|
||||||
Tree Monster
|
Tree Monster
|
||||||
|
|
||||||
- Found atop tree's at night time they drop down and look for food in the form of players. Can drop saplings and sometimes an apple or three.
|
- Found atop tree's at night time they drop down and look for food in the form of players and animals. Can drop saplings and sometimes an apple or three.
|
||||||
|
@ -7,6 +7,7 @@ mobs:register_mob("mobs_monster:tree_monster", {
|
|||||||
type = "monster",
|
type = "monster",
|
||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
|
attack_animals = true,
|
||||||
reach = 2,
|
reach = 2,
|
||||||
damage = 2,
|
damage = 2,
|
||||||
hp_min = 7,
|
hp_min = 7,
|
||||||
|
Loading…
Reference in New Issue
Block a user