Option to offset hud elements
DarianLStephens opened this issue ยท 4 comments
Describe the Suggestion
An option to let you set an X-Y offset for hud elements, notably for the hotbar.
This would let it blend better with mods that might allow you to shift things around.
Screenshots and Videos
As an example, here's me using Bedrockify's 'screen safe area' feature, which bumps the hotbar off the bottom of the screen a bit:
It looks a bit strange, and for a while, I thought that's how it was meant to look, until I realized what was happening.
Here's with that Bedrockify option turned off:
Suddenly, everything lines up perfectly. I do still prefer that little bit of space under the hotbar, though.
Additional Context
This would only really apply when using mods that let you change the position of hud elements, but it would still be nice.
Forge has a system for doing this easily with a event that allows for broader capability with other mods. Replicating this on fabric would require some changes to the ui code that would most likely break compatibility with other mods who don't support are system.
The best solution for this would maybe to make a compatibility layer between the two mods.
Couldn't there just be an option in the config to allow you to manually align UI elements?
Botania has a manual offset for the mana bar, couldn't the same sort of thing be applied here?