Issue with Crock Pot Menu
NealSavage opened this issue ยท 7 comments
Huh, that's an interesting one. I'll take a look at it in the morning, thank you for reporting this!
What version are you using?
Edit: It looks like you don't use Appleskin, but you do use WTHIT, right?
I don't use Appleskin, and I do use WTHIT, correct.
1.18.2 Fabric is my version.
Thanks! I'll take a look into it in the next few hours.
I'm guessing it's something dumb like I'm not using the same code for the viewing tooltips as I am for the item tooltips haha.
I found the cause: BetterAnimalsPlus do not use standard conventions for their asset locations.
Minecraft uses textures/item/beef.png
whereas BetterAnimalsPlus uses textures/items/fried_egg.png
, so it's items with an s. My texture grabbing code for my WTHIT plugin can't find it, which is slightly irritating, and is what's causing the problem.
I'm working on a bit of a fix now.