The bug:
The new lava texture made the slow animation more apparent, it barely looks like it's moving.
This is not an error with Bedrock's animation system, it just needs a change in the definitions. Useful information in this comment by @unknown.
Screenshots/Videos attached: Yes
Notes: The animation speed hasn't changed, the old texture was more optimized for a slow animation.
Linked issues
is duplicated by 2
Attachments
Comments 7
@OcelotOnesie the old lava texture always looked like it was moving, it's just the new one that doesn't work very well with the Bedrock interpolation feature.
After looking at the lava animations in both Java Minecraft and Bedrock Minecraft, it appears that the Java texture animates forwards then backwards, while the Bedrock texture only animates forwards then snaps back to the first frame. I used a resource pack in Java with Bedrock's lava_still code (and interpolation), and the lava moved the exact same way as Bedrock. On the other hand, I used a resource pack in Bedrock with Java's lava_still code, and the lava moved as it should.
Video of the test: https://youtu.be/SBS1XPjGebs
Also, Bedrock's lava_still animation is 8 times slower than Java's, and the lava_flow animation is over 3 times slower than Java's.
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response
Is this still an issue in the latest version? If so, please add a comment or update the affected version field.
To make your bug report as effective as possible, please try and include the following steps to reproduce the problem:
Steps to Reproduce:
1.
2.
3.Observed Results:
(Briefly describe what happens)Expected Results:
(Briefly describe what should happen)
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
The animation speed hasn't been changed. The old lava barely looked like it was moving too.