Cold Sweat

Cold Sweat

1M Downloads

Armor Insulation UI isn't showing on armors.

ZhMster opened this issue ยท 3 comments

commented

For some reason, Armor Insulation isn't showing on armors.
2024-01-08_11 47 04

It shows on items like Leather, Hoglin Hide the insulation.
2024-01-08_12 17 57


Here is my mod list: https://pastebin.com/vU0tMdsA

Minecraft 1.19.2
Forge 43.3.5
Eclipse Adoptium - jdk-17.0.9.9-hotspot

Setting files:


commented

This is because of Legendary Tooltips' 3D armor rendering setting. Disabling it fixes the issue. If you'd like more info, you can see this bug report on their GitHub, which has been open for several months and remains ignored:
AHilyard/LegendaryTooltips#107

commented

Oh, I see, thanks for your help.

However, I have another question. Is it possible to make it render like Quark mod or other UI mods that add such as additions?

This is because these mods are always rendered in such a way that they are always visible, so the improved tooltips will not prevent them from rendering.

commented

I think I've found a solution. After looking through their code, I found out how to insert the tooltip directly after the item name, rather than just always inserting it at line 2 regardless of context (which renders behind the item model if Legendary Tooltips is installed). This solution seems to work in Vanilla and Legendary Tooltips as intended.