mojira.dev
MCPE-178945

Wither spawn had some issue after 1.12

It seems that the wither spawn animation had been broken after 1.12 bedrock.

Wither can fly when they spawn and the spawn animation not been shown correctly.

The reason of the animation broken is query.overlay_alpha is deprecated and will be removed.

Mojang need change the wither_boss.render_controllers.json files.

      "overlay_color":

{         "r": "variable.is_invulnerable ? 1.0 : this",         "g": "variable.is_invulnerable ? 1.0 : this",         "b": "variable.is_invulnerable ? 1.0 : this",         "a": "variable.is_invulnerable ? query.overlay_alpha : this"       }

 

A possible solution is change the alpha like this:
 "a": "variable.is_invulnerable ? Math.max(1.0 - query.anim_time * 0.2, 0) : this"

Linked issues

Attachments

Comments 3

Thank you for your report!
We're tracking this issue in MCPE-48265, so this ticket is being resolved and linked as a duplicate.

If you would like to add a vote and any extra information to the main ticket it would be appreciated.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-- I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.

⚠️ Please do not add Affected Versions to resolved reports.

Have a look at the Resolution and the comments to see why this ticket has been resolved. If you think this ticket has been resolved erroneously you can contact the Mojira staff on Discord or Reddit.

-- I am a bot. This action was performed automatically! If you think it was incorrect, please notify us on Discord or Reddit

Ju_mao

(Unassigned)

Unconfirmed

Multiple

windows 10

1.20.70.24 Preview, 1.20.70.22 Preview, 1.20.62 Hotfix, 1.21.21 Hotfix

Retrieved