When a ghast targets the player, it repeatedly plays the fireball shooting sound (for about 2 seconds) then finally shoots the fireball.
Linked issues
Attachments
Comments 2
Thank you for your report!
However, this issue has been closed as a Duplicate of MCPE-19156
It has been linked to this report. If you have additional information, please add it to that report.
Please search before reporting, as it's likely that one exists already.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Though I think I found a bug fix.
Using one of my behavior addon packs, I changed the code within ghast.json (as seen in the image) from:
"minecraft:behavior.ranged_attack":
{ "priority": 1, "attack_radius": 64, "charge_shoot_trigger": 2, "charge_charged_trigger": 1 }
,
To:
"minecraft:behavior.ranged_attack":
{ "priority": 1, "attack_radius": 64, "charge_shoot_trigger": 1.2, "charge_charged_trigger": 1.1 }
,
and this change made the audio play only once while the ghast was firing.