feldim2425 / MoreOverlays

MC Mod : Brings back some of the NEI Overlays ( Mob Spawns, Chunk Bounds, Item Search)
MIT License
22 stars 18 forks source link

Item Search does not support subtypes #60

Closed justinrusso closed 5 years ago

justinrusso commented 5 years ago

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

feldim2425 commented 5 years ago

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.