AppleSkin

AppleSkin

196M Downloads

Incompatible with Item Borders

Sunconure11 opened this issue ยท 8 comments

commented

AHilyard/ItemBorders#22

Scrolling through the food tab causes this crash.

commented

Looks like something that would be fixed by #235. However, I didn't realize that 1.19.2 is still the most popular 1.19.x release, so the fix has only been released for Minecraft 1.19.4.

Still undecided if I'll release a new 1.19.2 version.

commented

Note also that this may actually be unrelated to Item Borders--it may be some other mod adding an item that claims it's a food via isFood() but returns null from getFoodComponent()

EDIT: You could try using the version in #235 (comment) to track down the item causing it.

commented

I will have to wait on another mod to fix an unrelated issue, before I can try that.

I do see a user mentioning Spice of Fabric in that comment chain, and I do have that installed.

commented

Going to test now.

commented

We need it to dump the mod the item is from. This will help in finding the error's cause.

commented

I can't reproduce this with the following mods and Quilt Loader 0.21.2:

appleskin-fabric-mc1.19-2.4.1.jar
architectury-6.5.85-fabric.jar
brewinandchewin-fabric-2.3.1+1.19.2.jar
farmers-delight-fabric-mc1.19-1.19.2-1.3.10.1.jar
ForgeConfigAPIPort-v4.2.11-1.19.2-Fabric.jar
Iceberg-1.19.1-fabric-1.0.46.jar
ItemBorders-1.19-fabric-1.1.6.jar
letsdo-api-fabric-1.1.0.jar
letsdo-candlelight-fabric-1.1.9.jar
qfapi-4.0.0-beta.30_qsl-3.0.0-beta.29_fapi-0.76.0_mc-1.19.2.jar

Both pizza_slice item tooltips work for me:

1

2

commented

Ended up releasing a new version for 1.19.2 with the fix from #235 included, so this incompatibility should be fixed if you update to that.