1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-04 17:30:21 +02:00

Tree Monsters attack animals

This commit is contained in:
TenPlus1
2016-09-05 18:40:12 +01:00
parent 91cbcf7222
commit 95038f6fb8
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ mobs:register_mob("mobs_monster:tree_monster", {
type = "monster",
passive = false,
attack_type = "dogfight",
attack_animals = true,
reach = 2,
damage = 2,
hp_min = 7,