AHilyard / LegendaryTooltips

A mod for Minecraft that adds fancy tooltips for rare items as well as tooltip customization options.
Other
26 stars 14 forks source link

hard crash when hovering #62

Closed darkroastpancake closed 1 year ago

darkroastpancake commented 1 year ago

anytime I put my cursor over a tool of any kind the game immediately crashes. I know it could be a mod, but I'm not sure which.

crash-2023-04-06_02.00.10-client.txt

AHilyard commented 1 year ago

I see that you are using Quilt, which has not been tested with my mods. It looks like the crash is due to my use of VersionPredicateParser, which is part of Fabric's API which Quilt has not reimplemented. I recommend you report this to Quilt so they can add this missing class.