Steps to Reproduce:
Enable the Update 1.21 Experiment;
Find or spawn a Bogged;
Allow the Bogged to shoot another mob or another mob to shoot the Bogged.
Observed Results:
Mobs hit by the bogged will turn against it and kill it with no pushback, and bogged hit by other mobs will not react at all.
Expected Results:
The bogged will fight back when hit.
Notes: This doesn't apply to iron golems for some reason.
Linked issues
is duplicated by 2
Comments 4
Bogged are coded to spontaneously attack iron golems, just like other monsters do.
The bug here is caused by the same invalid filter in behavior.hurt_by_target
that caused MCPE-178560. The fix that was applied for the other mobs did not get applied to the bogged.
Bogged are coded to spontaneously attack iron golems, just like other monsters do.
The bug here is caused by the same invalid filter in behavior.hurt_by_target
that caused MCPE-178560. The fix that was applied for the other mobs did not get applied to the bogged.
Can confirm, yea for snow golems as well