Add hoglin to piglin attack list

doesn't appear to work though
This commit is contained in:
cora 2022-10-15 00:16:49 +02:00 committed by PrairieWind
parent 88de3656b1
commit 663900bee3
1 changed files with 3 additions and 0 deletions

View File

@ -169,6 +169,9 @@ local piglin = {
shoot_offset = 1.5,
dogshoot_switch = 1,
dogshoot_count_max =1.8,
attacks_monsters = true,
attack_animals = true,
specific_attack = { "player", "mobs_mc:hoglin" },
}
mcl_mobs:register_mob("mobs_mc:piglin", piglin)