Crendgrim / AutoHUD

A Minecraft mod for the Fabric launcher which dynamically hides parts of the user interface
GNU Lesser General Public License v3.0
18 stars 12 forks source link

Auto HUD moves all UI down roughly 40% #121

Open TheGreyRaven opened 2 months ago

TheGreyRaven commented 2 months ago

Hey! This is not really a code related issue but more likely a mod incompatibility, I currently have the following mods in a private modpack that me and some friends uses.

The issue is when I add Auto HUD it moves all UI down roughly 40% (including the pause menu) and when the hotbar gets visible it moves everything up and then it looks normal until the hotbar gets hidden again.

image

My guess would be that there is a mod installed that messes with the game rendering thus causing this issue, I have tried to remove mods one by one but the issue still persists, if someone have experienced the same issue and could have a suggestion on which mod is causing the issue it would be greatly appriciated.

I also do have some Java knowledge and would love to help out and add mod compatability!

Thanks for a really nice mod!

Crendgrim commented 2 months ago

The fastest way to figure out which mod it is is to remove about half of the mods and then see if the issue persists. If it does, remove another half; if it doesn't, add only the removed half back in. It's a bit more complicated due to libraries and dependencies but still a fairly quick process to figure out