Pitan76 / item-alchemy

https://www.curseforge.com/minecraft/mc-mods/item-alchemy-fabric
20 stars 7 forks source link

Searching tablet does not find appropriate item #39

Closed lwskosa closed 1 year ago

lwskosa commented 1 year ago

Example:

Scenario:

Same pattern is present with other items, search is not very reliable

OffsetMonkey538 commented 1 year ago

That seems to be because the mod checks if the id of an item contains the search text and because vanilla minecraft uses minecraft:beef for Raw Beef and minecraft:cooked_beef for Steak. This means that searching for Steak wont find the item as the identifier for Steak is minecraft:cooked_beef.

One way I can think of to solve this is to translate the name of the item and then check for a match with the search term. That way people could also search for items in their native language and it would still work.