`#` Tooltip search not working / inconsistently
Krutoy242 opened this issue ยท 2 comments
Tooltip search (using # prefix) working inconsistently:
- Cant find items when prefix search just enable,
- After restart or toggling "Ultra Low Memory Usage Mode" it working partially - random items could be found, but other dont.
How to reproduce on E2EE modpack:
-
Not all items that have tooltip actually considering as having tooltip:
I created new issue since my last report to this thread was not responded.
I can't reproduce this when I:
- Listened to
ItemTooltipEventand renamed select amount of items to have the tooltip line"#Tank" - Turned on
required_prefixfor tooltips - Searching
#Tankshowed up only the items with that tooltip line. - Searching with
-##Tank Tankis the same as searchingTank(which is the same as vanilla JustEnoughItems)
Listened to
ItemTooltipEvent
I dont know what is ItemTooltipEvent. I'm adding tooltips with CraftTweaker function IIngredient.addTooltip(). But this is not the only case. Sometimes, items cant be found even for modded tooltips, added with Java mod code without using CraftTweaker.
Searching with
-##Tank Tankis the same as searchingTank
Maybe i don't understand how search work, but, isnt -##Tank Tank should show Items with name includes "Tank" but tooltip excludes "#Tank"?
But even if im wrong, this still not changing the issue - ##Tank search still not showing items with #Tank in their tooltips.


