[Bug]: Missing items in search
Unleashed75 opened this issue ยท 4 comments
Bug Description
Using Fabric loader 1.21 - 0.15.11
Mods installed;
fabric-api-0.100.1+1.21
jei-1.21-fabric-19.0.0.1
modernfix-fabric-5.18.2+mc1.21
In a new world where you are in creative, open inventory.
In the tab for searching items, search for Lightning Rod.
I expected to see Lightning Rods in the search results but it does not.
(Unknown if other items are missing from searches)
With both JEI and ModernFix installed, searching for Lightning Rod in the creative tab does not show up.
With either or both JEI or ModernFix is not installed things work normally.
Unsure which mod has the issue, so I am reporting to both.
FYI, Lightning Rod does show in the JEI search, but not in the Vanilla Creative Tab Search
Reproduction Steps
Using Fabric loader 1.21 - 0.15.11
Mods installed;
fabric-api-0.100.1+1.21
jei-1.21-fabric-19.0.0.1
modernfix-fabric-5.18.2+mc1.21
In a new world where you are in creative, open inventory.
In the tab for searching items, search for Lightning Rod.
I expected to see Lightning Rods in the search results but it does not.
(Unknown if other items are missing from searches)
With both JEI and ModernFix installed, searching for Lightning Rod in the creative tab does not show up.
With either or both JEI or ModernFix is not installed things work normally.
Unsure which mod has the issue, so I am reporting to both.
FYI, Lightning Rod does show in the JEI search, but not in the Vanilla Creative Tab Search
Log File
I am also seeing this issue. Turning off mixin.perf.blast_search_trees was able to get those items to show up again.
Will be fixed in 5.18.4 by removing the blast_search_trees
option (only for 1.21+); it is currently not worth it to reimplement properly. The creative search structures are generated by vanilla a lot more lazily in 1.21, which minimizes the benefit.