burgerindividual / HUDTweaks

A fabric mod for Minecraft that adds better HUD configuration.
MIT License
24 stars 9 forks source link

Effects HUD isn't in the right position #13

Open Zano1999 opened 3 years ago

Zano1999 commented 3 years ago

My mod list (if is an incopatibility problem): https://pastebin.com/Bh7k9873

Immagine

Ps: the screenshot was made before I remove "Giselbaer's Durability Viewer" mod, even without it the position is wrong

burgerindividual commented 3 years ago

There's pretty much no way that I'd be able to tell what's causing it to happen without downloading all of the mods you have installed and removing them one by one. It's likely due to some other mod either replacing or moving where effects are being rendered, so that mod would likely have to implement this mod's API rather than the other way around. If you do find the problematic mod, let me know and I'll look into it.

Makzevu commented 2 years ago

Whenever BedrockIfy is installed, I experience this issue. Thankfully, the mod lets you straight up disable some of its mixins. After some testing, I found that disabling "client.features.screenSafeArea" allows the status effects gui to be moved.