How do I make animations work on Overlays?

Started by Saiber Rida on

Topic category: Help with modding (Java Edition)

Last seen on 21:22, 26. Nov 2023
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make animations work on Overlays?

I made an animated image for an overlay, but when jumping onto the game, it doesn't go past the first frame, and I assume there's a way of making it work considering that when saving animations you can save them screen animations

Last seen on 05:33, 2. Dec 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The only way I know of…
Sat, 09/23/2023 - 17:48

The only way I know of setting up an animation in an overlay would be to import each frame individually, set up conditions for when to show each image, and then manually cycle through them.