Energy bar in GUI

Started by NickName73 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Energy bar in GUI

How do I make an energy fill bar in my interface?

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is possible but very…
Mon, 09/07/2020 - 12:00

This is possible but very complicated and I advise you not to do it if you don't know Java.

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i would also like this to be…
Mon, 09/07/2020 - 13:18

i would also like this to be a thing, not specifically energy bars, but just progress bars in general for GUI's would be very helpful

Possible using Mcreator…
Mon, 09/07/2020 - 14:13

Possible using Mcreator though

Create multiple images and use conditions in 2020.5

Previous versions are also possible, by creating many separate elements

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Possible using Mcreator…
Mon, 09/07/2020 - 15:29

Possible using Mcreator though

Create multiple images and use conditions in 2020.5

Previous versions are also possible, by creating many separate elements

Yes but it's absolutely not good to do that. The "good" way is the vanilla way with code.