Sodium

Sodium

35M Downloads

Animated Paintings don't Work

ben9583 opened this issue ยท 2 comments

commented

Expected Behavior

When a painting with multiple frames from any resource pack is added and placed into the game, the series of images from the resource pack and mcmeta animation file create an animated painting.

Actual Behavior

When you place an animated painting in game, it shows the first frame, but does not progress through and is static.

Reproduction Steps

  1. Create a vertical strip of images and save as the name of a Minecraft painting (ex: pigscene.png)
  2. Create an mcmeta file with any sort of animation configuration, as shown from the Minecraft wiki, and name it to the name of the painting followed by .mcmeta (ex: pigscene.png.mcmeta)
  3. Place this into a resource pack's texture/painting folder and load the resource pack in game.
  4. Place paintings in game until you get to the modified painting.

Attachments

Example Image (24 frames):
match

Example mcmeta:
{
"animation": {
"frametime": 2
}
}

Output on Vanilla:
expected

Output on Sodium:
actual

  • OS: MacOS Catalina 10.15.6
  • Java Version: 1.8.0_74
  • CPU: Intel i9-9980HK 8-core 2.4GHz (up to 5.0GHz)
  • GPU: AMD Radeon Pro 5500M 8GB VRAM
commented

Does disabling "Animate Only Visible Textures" fix this issue?

commented

@CalXee Yes, the paintings animate as normal with the option disabled.