You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to get a warning/error when Molang formulas used in keyframes are not resolvable. Currently Blockbench defaults to 0, but Minecraft Bedrock creates a content log error for this.
This was the used Molang that threw an error:
-62.5(math.cos(query.anim_time480)50)
The problem here is that the -62.5 never gets properly combined with the cos function.
The result is that the game throws this error:
-62.5(math.cos(query.anim_time480)50) | found multiple operations without a combining operation between them
Would be amazing to get that added, to rule out another possible user error with Molang.
The text was updated successfully, but these errors were encountered:
TaisenSchettler
changed the title
Flagging issues with wrong Molang
[Suggestion] Flagging issues with wrong Molang
Aug 25, 2023
Detailed description of your suggestion
It would be nice to get a warning/error when Molang formulas used in keyframes are not resolvable. Currently Blockbench defaults to 0, but Minecraft Bedrock creates a content log error for this.
This was the used Molang that threw an error:
-62.5(math.cos(query.anim_time480)50)
The problem here is that the -62.5 never gets properly combined with the cos function.
The result is that the game throws this error:
-62.5(math.cos(query.anim_time480)50) | found multiple operations without a combining operation between them
Would be amazing to get that added, to rule out another possible user error with Molang.
The text was updated successfully, but these errors were encountered: