A Cute Little Crock Pot

A Cute Little Crock Pot

204k Downloads

Issue with Crock Pot Menu

NealSavage opened this issue ยท 7 comments

commented

My fried eggs from Better Animals Plus just give me a purple-black missing asset texture in the crockpot menu. Though, the leeks from Croptopia do work. And, the fried eggs show up correctly once in inventory. 

Images are attached.

image
image

commented

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?

commented

I don't use Appleskin, and I do use WTHIT, correct.

1.18.2 Fabric is my version.

commented

And, the mod version I have downloaded is crockpot-0.8.1+1.18.2

commented

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.

commented

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.

commented

I think I got it!
Uploading a new version to CurseForge atm, check for it in a few minutes when it's been approved.
image

commented

Ahh, that's an interesting problem! The latest mod version seems to have addressed the problem! :)