Wither boss use deprecated function for render controllers
The render controller of wither had used the deprecated function over 6 years.
In the wither_boss.render_controllers.json here's a function called query.overlay_alpha which not working after 1.12.
1.21.50 Mojang fix wither's render but wither still use deprecated funtions.
Linked Issues
Created Issue:
Wither boss use deprecated function for render controllers
The render controller of wither had used the deprecated function over 6 years.
In the wither_boss.render_controllers.json here's a function called query.overlay_alpha which not working after 1.12.
I think mojang should use some new function for alpha channel like this:
{ "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 ? Math.max(1.0 - query.anim_time * 0.2, 0) : this" }
"overlay_color":Use this function you can easily fix the animation problem.
And the AI of wither had been broken, please fix it.
The render controller of wither had used the deprecated function over 6 years.
In the wither_boss.render_controllers.json here's a function called query.overlay_alpha which not working after 1.12.
I think mojang should use some new function for alpha channel like this:
{ "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 ? Math.max(1.0 - query.anim_time * 0.2, 0) : this" }
"overlay_color":Use this function you can easily fix the animation problem.
And the AI of wither had been broken, please fix it.The render controller of wither had used the deprecated function over 6 years.
In the wither_boss.render_controllers.json here's a function called query.overlay_alpha which not working after 1.12.
I think mojang should use some new function for alpha channel like this:
{ "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 ? Math.max(1.0 - query.anim_time * 0.2, 0) : this" }
"overlay_color":Use this function you can easily fix the animation problem.
causes
The render controller of wither had used the deprecated function over 6 years.
In the wither_boss.render_controllers.json here's a function called query.overlay_alpha which not working after 1.12.
I think mojang should use some new function for alpha channel like this:
{ "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 ? Math.max(1.0 - query.anim_time * 0.2, 0) : this" }
"overlay_color":Use this function you can easily fix the animation problem.
The render controller of wither had used the deprecated function over 6 years.
In the wither_boss.render_controllers.json here's a function called query.overlay_alpha which not working after 1.12.
1.21.50 Mojang fix wither's render but they still use deprecated funtions.
The render controller of wither had used the deprecated function over 6 years.
In the wither_boss.render_controllers.json here's a function called
query.overlay_alpha which not working after 1.12.1.21.50 Mojang fix wither's render but they still use deprecated funtions.
The render controller of wither had used the deprecated function over 6 years.
In the wither_boss.render_controllers.json here's a function called query.overlay_alpha which not working after 1.12.
1.21.50 Mojang fix wither's render but wither still use deprecated funtions.
Closed as comments per below.
If you feel this is still a valid issue then please create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response.
Could you please provide an addon showcasing the issue?
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📓 Project Summary – 📧 Suggestions – 📖 Minecraft Wiki
fixed in 1.21.50.20
Thank you for your report!
However, this issue has been temporarily resolved as Awaiting Response
I was not able to reproduce this bug.
Is this still an issue in the latest version?
This ticket will automatically reopen when you reply.
The ticket should be closed as Cannot Reproduce, since the render controller works well now.
This bug was fixed in 1.21.50.20 Preview and 1.21.50.
In fact, the render controller has not changed in 1.21.50.
MCPE-64537was fixed by modifying wither_boss.animation.json file instead.Mojang fix the wither's render but they still use deprecated funtions
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