embeddedt / ArchaicFix

Swiss army knife of bugfixes and performance improvements for MC 1.7.10
Other
68 stars 12 forks source link

ArchaicFix removes the item tooltips from GregTech 6 items #50

Closed krallendertoten closed 2 years ago

krallendertoten commented 2 years ago

Tested with and without ArchaicFix (and its associated dependencies SpongeMixins and falsepatternlib), all mods on latest versions. GregTech 6 adds certain information to items like metal bars and machine parts such as density, melting point, etc., that you can view by holding your mouse over them in NEI or in your inventory. You can see more information from some items with F3 + H, however ArchaicFix seems to remove these tooltips entirely regardless of whether you use F3 + H or not. Upon removal of ArchaicFix, the tooltips come back.

withArchaicFix withoutArchaicFix

makamys commented 2 years ago

Sounds like it's just this option working as intended

    # Only show GT6 tooltip data when Shift is pressed.
    # [default: true]
    B:hideGT6TooltipDataBehindKey=true