ColorTooltips-1211.3.5.jar
Curse Maven Snippet
What's new
Fixed
- Text tooltips on JEI recipe pages could flash and then vanish. Tooltips drawn by recipe pages themselves (such as the Eterna / Quanta / Arcana values on Apothic Enchanting infusion recipes) are rendered during the recipe draw pass, which conflicted with this mod's shared animation state and the cached-tooltip replay path — the tooltip appeared for a frame and then disappeared. These tooltips are no longer taken over and are now drawn by vanilla. Item tooltips are unaffected.
- A newly appeared tooltip could be misjudged as "lost" on the same frame. Closing a screen resets the animation state, after which the loss detection could fire almost immediately and skip the fade-out delay entirely, making the tooltip disappear instantly instead of fading. Tooltips observed in the current frame are no longer treated as lost.
- Text tooltips could be clipped to nothing. The scissor rectangle was derived from the animator's in-flight size, which may still belong to a previously hovered tooltip of a different size; content taller or wider than that was cut off. Text tooltips (no item stack) now align to their content size. Item tooltip size easing is unchanged.
Changed
- Minimum NeoForge raised to 21.1.238+ (development target
21.1.250, previously21.1.233). Required by current JEI and Apotheosis builds.
This mod has no additional files