[1.20.1] Crafting Recipes Search Not Working
WLK33R opened this issue · 4 comments
Minecraft 1.20.1 - Modpack BMC4 Forge
Using ModernFix 5.6.0, it's breaking the search in the crafting table.
Confirmed removing the mod from the Client Side restores this functionality.
Do you have JEI or REI installed? If so this behavior is intentional, as
those mods provide the same functionality and the crafting table search
needs quite a bit of memory and time to load.
…On Mon., Aug. 14, 2023, 3:10 a.m. WLK33R, ***@***.***> wrote:
Minecraft 1.20.1 Forge
Using ModernFix 5.6.0, it's breaking the search in the crafting table.
Confirmed removing the mod from the Client Side restores this
functionality.
—
Reply to this email directly, view it on GitHub
<#212>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKHTVAF4NXEJ6CWTWYTVG5DXVHFN3ANCNFSM6AAAAAA3PIVRCE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Thank you.
Yes, JEI is part of the modpack.
Can this function be overridden in configuration? As the default crafting recipe is quicker in my opinion.
Yes, you can disable mixin.perf.blast_search_trees
, at the cost of loading time being a bit longer and a bit more memory usage.