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
},
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