Warden indefinitely roars when the target of the enraged warden suffers an unnatural death.
Use the following command:
/summon minecraft:ender_dragon
Waiting for the ender dragon to enrage the warden.
Use the following command:
/kill @e[type=minecraft:ender_dragon]
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
relates to 2
Attachments
Comments 6
Can confirm. This also relates to MC-250207.
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
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]}
Can confirm.