ElenaiDev / Feathers

Adds a Stamina System to Minecraft
GNU General Public License v3.0
2 stars 10 forks source link

Feathers Bar overlaps with other mods that add bars #6

Closed decovulous closed 1 year ago

decovulous commented 1 year ago

I've been setting up a modpack and found the Feathers overlapping with some bars from other mods.

Here it overlaps with a bar from Origins. image

and here it overlaps with the Origins bar and the Mana bar from Spells & Shields. image

I was able to move the Mana bar above the health using its config file, which fixed that problem. But Origins doesn't provide that kind of customization. Hope there's a solution because I really love this mod! Thank you!

celsiusqc commented 1 year ago

Same here on 1.19.2 forge image

ElenaiDev commented 1 year ago

Hi! Thank you for your kind words :) It's possible to move the feathers bar in the client config for feathers, just change the y position value by ten.

Any issues, let me know. (I'll leave this open just incase)

Have a lovely day!

celsiusqc commented 1 year ago

That is an option, but making it dynamic would make it so that if you have a horse of health of one line, it would go right above it, and a horse with more health, it will dynamically go above the two lines horses health. Does that make sense?

celsiusqc commented 1 year ago

Also, it seems to move on its own when going underwater because of the bubbles, so it just moves around even if i have it placed somewhere else on the screen, which is quite annoying to have happening :/

ElenaiDev commented 1 year ago

Thanks for bringing this up! I’ll Patch it soon :)

Pretender8 commented 1 year ago

image A similar overlap happens with the Redstone Arsenal mod. It is possible to move it up using the config setting, but apparently it can be done with another method according to one of the devs?

they need to add - gui.rightHeight and then increment gui.rightHeight by however tall their overlay is https://github.com/ElenaiDev/Feathers/blob/9039545a30b1ff1c0d902aaafdec4c1476dd30a6/src/main/java/com/elenai/feathers/client/gui/FeathersHudOverlay.java#L39

ElenaiDev commented 1 year ago

For whatever reason, I though that gui.rightHeight had been removed. Very glad I was wrong, thank you for this!