Ever waited just a fraction too long for your crafting table to figure out what you're making? Fast Recipe Search Mod replaces Minecraft's default recipe-matching system with a hash-based recipe tree, delivering speed improvements that range from 8x faster in vanilla all the way up to nearly 7000x faster in massive modpacks like ATM9. If you run any sizeable modpack on a server, this is the kind of under-the-hood optimization that makes everything feel snappier without changing a single gameplay mechanic.
Key Features
- Massive recipe lookup speedups — Vanilla searches become 8–85x faster, while large modpacks see gains between 133x and 6942x thanks to a hash-code recipe tree that replaces the default one-by-one matching approach.
- High-performance recipe tree API — Exposes a reusable recipe tree that other mods (or even non-Minecraft projects) can tap into for their own recipe lookups.
- Broad mod compatibility — Works alongside mods that use the original recipe manager, and is fully compatible with FastFurnace and FastWorkbench.
- Server-side optimization focus — The performance gains apply to server-side recipe searches. The client still uses the vanilla method, which means mods like Client Crafting become less impactful when this mod is active.
- Multi-loader support — Available for Forge, Fabric, and NeoForge across Minecraft 1.20.x and 1.21.x.
Screenshots






How to Install
- Download and install your preferred mod loader — Forge for 1.20.1, or Fabric/NeoForge for 1.21.1.
- If using Fabric, make sure Fabric API is installed in your mods folder.
- Download the correct Fast Recipe Search Mod file for your Minecraft version and loader from the link below.
- Place the downloaded
.jarfile into your.minecraft/modsfolder (and on the server's mods folder as well — this mod must be installed on both client and server). - Launch Minecraft and verify the mod is loaded in your mod list.
Requirements
| Requirement | Details |
|---|---|
| Mod Loader | Forge (1.20.1) · Fabric or NeoForge (1.21.1) |
| Dependencies | Fabric API (Fabric only) · NeoForge Installer (NeoForge only) |
| Minecraft Version | 1.20, 1.20.1, 1.21, 1.21.1 |
Pros & Cons
Pros
- Dramatic recipe lookup speed improvements, especially in heavy modpacks
- Compatible with popular optimization mods like FastFurnace and FastWorkbench
- Provides a reusable API that benefits the broader modding ecosystem
- Available across three major mod loaders
Cons
- Must be installed on both client and server — server-only install is not sufficient
- Client-side recipe lookups still use vanilla methods, limiting client-side gains
- Reduces the effectiveness of Client Crafting mod when both are installed
Download
Always download mods from official sources to stay safe.
FAQ
Does Fast Recipe Search Mod actually make a noticeable difference in vanilla Minecraft?
In vanilla, recipe lookups are already fast enough that the 8–85x speedup is hard to feel during normal play. The real benefit shows up in large modpacks with hundreds of recipes, where gains can exceed 6000x.
Is Fast Recipe Search Mod compatible with FastWorkbench and FastFurnace?
Yes. Fast Recipe Search Mod is fully compatible with both FastWorkbench and FastFurnace, and they can run together without conflicts.
Do I need to install this mod on both client and server?
Yes, the mod requires installation on both the client and the server. The primary optimization happens server-side, but both sides need the mod present for it to function correctly.
