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

AutoHUD Backslot Compatibility #75

Closed NotOfficeChair closed 10 months ago

NotOfficeChair commented 11 months ago

Would love if backslot compatibility could be added if possible, at the moment if you put something into the backslot it will always render the health, hunger and hotbar.

Great work on the mod, love it and love the idea.

Crendgrim commented 11 months ago

Is that this mod? https://www.curseforge.com/minecraft/mc-mods/backslot

NotOfficeChair commented 10 months ago

Yeah that's the mod :)

Crendgrim commented 10 months ago

What version of Backslot, AutoHUD, Minecraft are you using? I cannot reproduce the bug you are describing (just that it doesn't hide the backslot slots).

NotOfficeChair commented 10 months ago

BackSlot 1.2.15 plus BackslotAddon 1.1.0

Crendgrim commented 10 months ago

Oh, I see what is happening. Auto HUD's default keybind to "toggle hide UI" is G, and BackSlot's default keybind to "move item to backslot" is also G. If you move an item using G, it will toggle the whole UI visibility.. hence food + health appearing. Change one of the keybinds to a different key.

NotOfficeChair commented 10 months ago

Haha, i'm stupid, thank you so much and thank you for your amazing mod :)

Crendgrim commented 10 months ago

Added proper Backslot compatibility in 6.3.1 :)