Make iron golem protect villagers

This commit is contained in:
gldrk 2023-01-14 01:35:50 +03:00
parent 30521a8b2f
commit 5412206743
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ mcl_mobs.register_mob("mobs_mc:iron_golem", {
damage = 14,
knock_back = false,
reach = 3,
group_attack = true,
group_attack = { "mobs_mc:villager" },
attacks_monsters = true,
attack_type = "dogfight",
_got_poppy = false,