1
0
Fork 0

Group attack configured so that sword piglins and piglins will also respond to aggression on other piglins.

This commit is contained in:
ancientmarinerdev 2023-05-12 01:49:09 +01:00
parent 92a8f23d22
commit 53637bbc19
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,7 @@ local piglin = {
type = "monster",
passive = false,
spawn_class = "hostile",
group_attack = {"mobs_mc:piglin", "mobs_mc:sword_piglin", "mobs_mc:piglin_brute"},
hp_min = 16,
hp_max = 16,
xp_min = 9,
@ -368,7 +369,6 @@ piglin_brute.animation = {
punch_end = 198,
}
piglin_brute.can_despawn = false
piglin_brute.group_attack = { "mobs_mc:piglin", "mobs_mc:piglin_brute" }
mcl_mobs.register_mob("mobs_mc:piglin_brute", piglin_brute)