Crash with vanilla tooltip method
Kuggle01 opened this issue ยท 4 comments
Whenever something calls apon the vanilla tooltip method it crashes the game, like cammie's backpacks for example, which is what was causing the crash for me https://github.com/CammiePone/Cammies-Wearable-Backpacks/blob/1.18-dev/src/main/java/dev/cammiescorner/camsbackpacks/client/screen/BackpackScreen.java#L88
Here is my log after the crash https://paste.ee/p/uw4m1
Looks like I missed a check to make sure the data for the tooltip is my data. Working on a fix.