Started by
napeeey
on
Topic category: Help with Minecraft modding (Java Edition)
I would like to know if there is a way to show animated progress bars inside GUIs, like the furnace in vanilla minecraft.
Topic category: Help with Minecraft modding (Java Edition)
I would like to know if there is a way to show animated progress bars inside GUIs, like the furnace in vanilla minecraft.
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.