Sleeping armor stands do not wake up when taking damage
Unlike mobs and players, armor stands in a sleeping state remain undisturbed by damage, whether inflicted by physical hits or the /damage command. The armor stand, like mobs and players, does awaken when the bed is broken. Relates to MC-269775 and MC-117824.
Steps to reproduce
- Position a bed with its foot at coordinates 0 -60 18
/summon minecraft:armor_stand ~ ~ ~ {SleepingX:-1,SleepingY:-60,SleepingZ:18}(You have the flexibility to modify the command coordinates if you've positioned the bed elsewhere.)
- Go into survival mode
- Hit the armor stand
/damage @e[type=minecraft:armor_stand,limit=1,sort=nearest] 1 minecraft:player_attack
Observed Outcome: The armor stand remained in a sleeping state as indicated by it not teleporting and keeping its smaller hitbox despite sustaining damage.
Expected Outcome: The armor stand should awaken when damaged, mirroring the behavior of mobs and players.
2024-05-30, 09:38 PM
2024-06-23, 11:16 AM
2024-06-23, 11:16 AM
0
0
-