Started by
Bigbrine99
on
Topic category: Help with Minecraft modding (Java Edition)
I want to add an extra health bar via status effect which allows the player to have extra hearts in their interface, called 'soul hearts'. Keep in mind that I don't necessarily want to use the Absorption status effect. The soul hearts go down as you take damage but do not affect the regular health bar. Any way I can get this done?
You'd need to create a custom element for that, and you'd need to know Java to code a custom element. That is not directly possible through MCreator yet, one could make a plugin for it though.
If u now can u explain how to add this via forge?