Animated textures inside GUIs

Started by napeeey on

Topic category: Help with modding (Java Edition)

Last seen on 23:46, 6. Aug 2022
Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Animated textures inside GUIs

I would like to know if there is a way to show animated progress bars inside GUIs, like the furnace in vanilla minecraft.

Last seen on 04:08, 14. Dec 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don’t think so, but I have…
Sun, 08/21/2022 - 03:57

I don’t think so, but I have made progress bars before. 

1. Get the empty bar first.

2. Get a bunch of different pieces of the bar for the full bar and position them so they fill the empty bar.

3. Make a procedure that will return true if it reaches when you want it to appear for every part. 

4. Set the procedures on the all the parts.

Hopefully I’m explaining this clear enough.