forked from mtcontrib/mobs_monster
specific_attack table added as example only
This commit is contained in:
parent
95038f6fb8
commit
8a8a4e80d1
|
@ -8,6 +8,7 @@ mobs:register_mob("mobs_monster:tree_monster", {
|
|||
passive = false,
|
||||
attack_type = "dogfight",
|
||||
attack_animals = true,
|
||||
--specific_attack = {"player", "mobs_animal:chicken"},
|
||||
reach = 2,
|
||||
damage = 2,
|
||||
hp_min = 7,
|
||||
|
|
Loading…
Reference in New Issue
Block a user