aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/TooltipTextScrolling.java
AgeCommit message (Collapse)Author
2023-10-02Scrolling through recipes (#841)Hendrik Horstmann
* Enable recipe paging with mouse wheel * Only scroll while no tooltip is displayed / tooltip-scrolling is disable * Update GuiItemRecipe.java Make the comment more clear.
2023-04-04Scrollable Tooltips a la text line removal. (#613)Roman / Linnea Gräf
* scrolling * Reverse scrolling * change trophy fish pv page to use the same tooltip system as the rest of the pv pages * Added the ability to use neu's tooltips instead of vanilla * Move config option * Add support for the custom tooltips * Fixed equipment overlay breaking * Fixed some guis going no * Use a new arraylist instead of modifying the old one (achievments) * fix merge conflict --------- Co-authored-by: nopo <nopotheemail@gmail.com>