Just Enough Items (JEI)

Just Enough Items (JEI)

392M Downloads

[1.17] JEI does not show items with layers in main menu

Pdiddy973 opened this issue ยท 4 comments

commented

items with layers do not show up in the normal JEI interface:
image

however when clicking on the items, the recipe page shows them correctly
image

JEI - 8.0.0.12

commented

Thanks for the report!
Does your item's baked model return true from isCustomRenderer?
How does it render differently from other items? Thanks!

commented

hm ok looks like this is forge's MultiLayerBakedModel which doesn't use isCustomRenderer.

commented

I will exclude layered models from the fast-rendering pipeline for now, that should fix this issue.

commented

I also have this same issue