Description:
Unlike Java Edition, creeper doesn't drop a music disc when killed by bogged.
Steps to Reproduce:
Spawn a creeper and bogged
Use command
/damage @e[type=creeper,c=1] 100 entity_attack entity @e[type=bogged,c=1]
(make the bogged deal 100 damage to the creeper)Observe items dropping from the creeper
Observed Results:
Creeper doesn't drop a music disc.
Expected Results:
Creeper should drop a music disc.
Linked issues
is duplicated by 1
Attachments
Comments 6

In Java Edition, please use command /damage @e[type=minecraft:creeper,limit=1] 100 minecraft:mob_attack by @e[type=minecraft:bogged,limit=1]
to make the bogged deal damage to the creeper.