![Double Hotbar](https://media.forgecdn.net/avatars/thumbnails/464/571/256/256/637744197370601919.png)
Compatibility issues with create mod on fabric
QianFuv opened this issue ยท 5 comments
@sidezbros check this plz
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.
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.