Animated Paintings don't Work
ben9583 opened this issue ยท 2 comments
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
- Create a vertical strip of images and save as the name of a Minecraft painting (ex: pigscene.png)
- 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)
- Place this into a resource pack's texture/painting folder and load the resource pack in game.
- Place paintings in game until you get to the modified painting.
Attachments
Example mcmeta:
{
"animation": {
"frametime": 2
}
}
- 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
@CalXee Yes, the paintings animate as normal with the option disabled.