The Bug:
"minecraft.killed:minecraft.<ENTITY>" doesn't increase when entities are killed through being damaged by other sources after being attacked by the player.
Steps to Reproduce:
Create a scoreboard objective for tracking when you kill a husk and set it to display on the sidebar by using the commands provided below.
/scoreboard objectives add KillHusk minecraft.killed:minecraft.husk
/scoreboard objectives setdisplay sidebar KillHusk
Summon a husk, kill it normally and take note of how the scoreboard increases.
Build the setup as shown in the attachment below.
Summon a husk on the diamond block that has low health by using the command provided below.
/summon minecraft:husk ~ ~ ~ {Health:2f}
Punch the husk into the fire and allow it to die from burning.
Take note as whether or not "minecraft.killed:minecraft.<ENTITY>" doesn't increase when entities are killed through being damaged by other sources after being attacked by the player.
Observed Behavior:
"minecraft.killed:minecraft.<ENTITY>" doesn't increase when entities are killed through being damaged by other sources after being attacked by the player.
Expected Behavior:
"minecraft.killed:minecraft.<ENTITY>" would increase when entities are killed through being damaged by other sources after being attacked by the player.
Linked issues
is duplicated by 2
relates to 1
Attachments
Comments 5
Just checked in 16w41a and it's still an outstanding issue. It's never been addressed since reported.
Confirmed.