sidezbros / double_hotbar

Minecraft fabric mod that expands the HUD
GNU General Public License v3.0
9 stars 6 forks source link

Compatibility issues with create mod on fabric #17

Closed QianFuv closed 1 year ago

QianFuv commented 1 year ago

https://github.com/Fabricators-of-Create/Create/issues/790

image

QianFuv commented 1 year ago

@sidezbros check this plz

QianFuv commented 1 year ago

3 weeks ago... if anyone don't check this I'll close this issue

sidezbros commented 1 year ago

Leave the issue open. I will look into it as soon as I can. I've been out of the country most of the last two months.

QianFuv commented 1 year ago

Leave the issue open. I will look into it as soon as I can. I've been out of the country most of the last two months.

thank you for your reply I'll wait for this bug fix

sidezbros commented 1 year ago

Okay I have looked into the bug and it is an issue with create.

Create seems to be rendering the goggle tooltip twice. Once at the same time that the status bars (hearts and food) are rendered and one later. For compatibility with mods like AppleSkin that also modify the status bars, double hotbar shifts all elements that are rendered at the time of the status bars up. This means there is nothing I can do to double hotbar that will fix the issue.

Typically in create, these two tooltips are rendered on top of each other so you can't see the duplication. Double hotbar just reveals the tooltip that is being rendered at the wrong time. Create needs to remove the tooltip rendered at the time of the status bars and the issue will go away.