Started by
T55
on
Topic category: Feature requests and ideas for MCreator
I already know you can make custom health, etc.. bars with overlay and procedures, but I think there should a feature that makes this easier. It would be a mod element that will create a custom bar. It would have options for the bar's position, the number of slots in the bar, and the filled textures and empty textures for the bar. There would also be 2 procedures, bar empty procedure and, bar full procedure.
This is really easy to do with overlays. Get your empty bar integers and full ones and set it so the full integers only appear if a certain thing is true.
Also, the reason they wouldn’t make support for adding custom bars is because this can cause a lot of incompatibilities across mods.
https://mcreator.net/forum/90331/custom-bar-overlay-tutorial-health-bar-example Although this doesn't account for cross compatibility issues, you can make a configuration file to fix that though.