forked from VoxeLibre/VoxeLibre
Add hoglin to piglin attack list
doesn't appear to work though
This commit is contained in:
parent
88de3656b1
commit
663900bee3
|
@ -169,6 +169,9 @@ local piglin = {
|
||||||
shoot_offset = 1.5,
|
shoot_offset = 1.5,
|
||||||
dogshoot_switch = 1,
|
dogshoot_switch = 1,
|
||||||
dogshoot_count_max =1.8,
|
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)
|
mcl_mobs:register_mob("mobs_mc:piglin", piglin)
|
||||||
|
|
Loading…
Reference in New Issue