In the latest Bedrock Edition, husks incorrectly drop the Lava Chicken music disc when killed as chicken jockeys. This occurs because the husk's entity file wrongly references the default zombie loot table instead of using its own:
"minecraft:loot": { "table": "loot_tables/entities/zombie.json" }
This causes husks to inherit the zombie's chicken jockey loot, including the music disc, which is unintended.
How to Reproduce:
Spawn a husk and make it ride the chicken.
Kill the husk while it is mounted on the chicken.
Check the dropped items.
Observed Result:
The husk drops the Lava Chicken music disc, despite being a zombie variant that should not grant this drop.
Expected Result:
Only regular zombies should drop the Lava Chicken disc when killed as chicken jockeys. Husks should not drop this item, matching Java Edition's behavior.
Don’t all zombie variant chicken jockeys drop the lava chicken disc in in Java Edition? (MCPE-223845)