Zoglins uselessly try to attack Withers
Zoglins try to attack Withers, which they cannot damage.
Steps to reproduce:
- Spawn a wither and a zoglin next to each other
Observed result:
The zoglin chases the wither to no avail.
Expected result:
The zoglin does not attack the wither, which it cannot damage.
Fix:
Change the following field in the zoglin.json file to:
"minecraft:behavior.nearest_attackable_target": {
"priority": 3,
"within_radius": 16.0,
"entity_types": [
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "zoglin"
},
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "creeper"
},
{
"test": "is_family",
"subject": "other",
"operator": "!=",
"value": "wither"
}
]
},
"max_dist": 16
}
],
"must_see": true
},
Linked Issues
is duplicated by1
Created Issue:
Zoglins uselessly try to attack Withers
Summary
Zoglins try to attack Withers, which they cannot damage.How to reproduce:
1. Spawn a wither and a zoglin
- Unresolved
- Open
- Unconfirmed
- Android
- Android 9.0 (Pie)
- 1.16.0.59 Beta
relates to
Summary
Zoglins try to attack Withers, which they cannot damage.How to reproduce:
1. Spawn a wither and a zoglinSummary
Zoglins try to attack Withers, which they cannot damage.How to reproduce:
- Spawn a wither and a zoglin
-> The zoglin chases the wither to no avail
is duplicated by
Summary
Zoglins try to attack Withers, which they cannot damage.How to reproduce:
- Spawn a wither and a zoglin
-> The zoglin chases the wither to no avail
Fix:
Change the following field in the zoglin.json file to:"minecraft:behavior.nearest_attackable_target": { "priority": 3, "within_radius": 16.0, "entity_types": [ { "filters": { "all_of": [ { "test": "is_family", "subject": "other", "operator": "!=", "value": "zoglin" }, { "test": "is_family", "subject": "other", "operator": "!=", "value": "creeper" }, { "test": "is_family", "subject": "other", "operator": "!=", "value": "wither" } ] }, "max_dist": 16 } ], "must_see": true },
Summary
Zoglins try to attack Withers, which they cannot damage.
Howto reproduce:
- Spawn a wither and a zoglin
-> The zoglin chases the wither to no avail
Fix:
Change the following field in the zoglin.json file to:"minecraft:behavior.nearest_attackable_target": { "priority": 3, "within_radius": 16.0, "entity_types": [ { "filters": { "all_of": [ { "test": "is_family", "subject": "other", "operator": "!=", "value": "zoglin" }, { "test": "is_family", "subject": "other", "operator": "!=", "value": "creeper" }, { "test": "is_family", "subject": "other", "operator": "!=", "value": "wither" } ] }, "max_dist": 16 } ], "must_see": true },Zoglins try to attack Withers, which they cannot damage.
Steps to reproduce:
- Spawn a wither and a zoglin next to each other
Observed result:
The zoglin chases the wither to no avail.Expected result:
The zoglin does not attack the wither, which it cannot damage.Fix:
Change the following field in the zoglin.json file to:"minecraft:behavior.nearest_attackable_target": { "priority": 3, "within_radius": 16.0, "entity_types": [ { "filters": { "all_of": [ { "test": "is_family", "subject": "other", "operator": "!=", "value": "zoglin" }, { "test": "is_family", "subject": "other", "operator": "!=", "value": "creeper" }, { "test": "is_family", "subject": "other", "operator": "!=", "value": "wither" } ] }, "max_dist": 16 } ], "must_see": true },
Can confirm in 1.21.3 and 24w46a, but...
All undead mobs are able to aggro on the Wither and attempt to hit him, although they do not inflict any damage. I think it’s necessary to create a general bug report about this issue and mark this report as a duplicate.
Thank you for your report!
We're actually already tracking this issue at MCPE-74444, so I will resolve and link this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – ✍️ Feedback and Suggestions – 📖 Game Wiki
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response
Is this still an issue in the latest version? If so, please add a comment or update the affected version field.
To make your bug report as effective as possible, please try and include the following steps to reproduce the problem:
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Affects latest version