mojira.dev
MC-250198

Warden continues to roar when the target of the enraged warden suffers an unnatural death

Warden indefinitely roars when the target of the enraged warden suffers an unnatural death.

  1. Use the following command:

    /summon minecraft:ender_dragon
  2. Waiting for the ender dragon to enrage the warden.

  3. Use the following command:

    /kill @e[type=minecraft:ender_dragon]
  4. Notice the infinite roar of the warden.

The possible reason is that killing the ender dragon using the command doesn't play its death animation.

Also happens when a mob transforms into another mob.(MC-250594)

Linked issues

Attachments

Comments 6

Can confirm.

Can confirm. This also relates to MC-250207.

This is related and the same issue already reported as [MC-250183| MC-250183]. Only change is the way the Warden is triggered

Also, the warden doesn't indefinitely roar at targets that have an unnatural death. It will roar until it's anger value towards the target goes below 80. You can see this anger value easily by doing these steps

/scoreboard objectives add WardenAnger dummy
/scoreboard objectives setdisplay sidebar WardenAnger

Inside of a repeating command block that is always active, enter this command.

execute as @e[type=minecraft:warden,limit=1] at @s store result score AngerLevel WardenAnger run data get entity @s anger.suspects[0].anger

@@unknown, what if you use "/kill" on nonbiological entities?

I am unable to get the warden to get angry at nonbiological entities. Here's what I've tried @Les3awe

/summon minecraft:warden ~ ~ ~ {anger:{suspects:[{uuid:[1,1,1,1],anger:150}]},PersistenceRequired:1b,Brain:{memories:{"minecraft:dig_cooldown":{value: {}, ttl: 1200L}}}}
/summon minecraft:armor_stand ~ ~6 ~ {UUID:[I;1,1,1,1]}

[Mod]Les3awe

mgustavsson

Confirmed

Important

Mob behaviour

warden, warden-roaring

22w15a

22w18a

Retrieved