diff --git a/tree_monster.lua b/tree_monster.lua index a3b9d2f..771c4f1 100644 --- a/tree_monster.lua +++ b/tree_monster.lua @@ -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,