From 8a8a4e80d193b8634a9b9d8702569dddcf069e11 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 5 Sep 2016 19:48:13 +0100 Subject: [PATCH] specific_attack table added as example only --- tree_monster.lua | 1 + 1 file changed, 1 insertion(+) 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,