[1.17] JEI does not show items with layers in main menu
Pdiddy973 opened this issue ยท 4 comments
Thanks for the report!
Does your item's baked model return true
from isCustomRenderer
?
How does it render differently from other items? Thanks!
hm ok looks like this is forge's MultiLayerBakedModel
which doesn't use isCustomRenderer
.
I will exclude layered models from the fast-rendering pipeline for now, that should fix this issue.