More Overlays

More Overlays

66M Downloads

Item Search does not support subtypes

justinrusso opened this issue ยท 1 comments

commented

Context:

Using the item search, it fails to differentiate between items with different NBT.

In this case, I'm attempting to search for a "slime seed" but highlights 2 seeds in my inventory which are not slime seeds but use the same base item. For cases like this, the mod registers a JEI subtype interpreter to handle the item properly for recipe lookups.

image

Versions:

Minecraft: 1.12.2
Forge: 14.23.5.2831
More Overlays: 1.14
JEI: 4.15.0.278

commented

Maybe I have to add a blacklist or some other way to find items that aren't differentiated via NBT by JEI.
The current behavior is sort of intentional since it is the only way to properly search enchanted books but I have to do some research here.