Searchables is a library mod for Minecraft that adds helper methods for searching and filtering elements based on components, along with built-in auto-complete functionality, available for Fabric, Forge, and NeoForge mod loaders.
Anyone who has spent time browsing through large modded inventories, recipe lists, or configuration menus in Minecraft knows the frustration of scrolling endlessly to find one specific item. Searchables solves this problem at the developer level by providing a standardized search-and-filter framework that other mods can hook into. Created by jaredlll08 — one of the most prolific modders in the Minecraft ecosystem — Searchables has quietly accumulated over 24 million downloads since its initial release in 2023. That staggering number reflects just how many popular mods rely on this library to power their search interfaces. While you will never interact with Searchables directly, chances are high that several mods in your modpack already depend on it.
Key Features of Searchables
- Component-Based Search Filtering — Searchables lets developers implement search queries that filter by specific components using a structured syntax like
shape:square color:red. This means mods that use Searchables can offer you precise, targeted searches instead of basic string matching, making it far easier to locate exactly what you need in large lists. - Built-In Auto-Complete — The library includes a fully functional auto-complete system that suggests valid search terms as you type. For players, this translates to a smoother, faster search experience inside any mod that implements it — no more guessing what keywords a search box accepts.
- Standardized Search API for Mod Developers — Rather than every mod reinventing its own search logic, Searchables provides a shared, well-tested set of helper methods. This reduces bugs, improves consistency across mods, and means players get a familiar search experience regardless of which mod they are using.
- Lightweight Library Design — Searchables appears to be lightweight and focused purely on search functionality without adding any visual content or gameplay changes on its own. It sits quietly in the background, only activating when another mod calls its methods, so it should not add noticeable overhead to your game.
- Cross-Loader Compatibility — The mod supports Fabric, Forge, and NeoForge simultaneously, which means mod developers can write search functionality once and have it work across all major mod loaders. For players, this ensures that no matter which loader your modpack uses, Searchables is available as a dependency.
- Open Source Under MIT License — The entire codebase is available on GitHub under the permissive MIT license. This gives the community full transparency into how the library works and allows other developers to contribute improvements or report issues directly.
- Active Maintenance and Updates — With its most recent update on March 27, 2026, Searchables continues to receive regular patches and version support. The mod already covers Minecraft versions from 1.20.5 all the way through 26.1, ensuring compatibility with both current and upcoming releases.
How to Install Searchables
- First, install the mod loader your modpack requires: Fabric, Forge, or NeoForge. If you are using Fabric, you will also need Fabric API.
- Download the correct version of Searchables for your Minecraft version and mod loader from the download section below.
- Navigate to your Minecraft installation directory. On Windows, this is typically
%appdata%\.minecraft. On macOS, check~/Library/Application Support/minecraft. - Place the downloaded
.jarfile into themodsfolder. If the folder does not exist, create it. - Launch Minecraft using the appropriate mod loader profile. Searchables will load automatically and be available for any mods that depend on it.
Requirements & Compatibility
| Requirement | Details |
|---|---|
| Mod Loaders | Fabric, Forge, NeoForge |
| Minecraft Versions | 1.20.5 – 1.21.11, 26.1 |
| License | MIT |
| Author | jaredlll08 |
| Last Updated | March 27, 2026 |
What's New
- Fixed an issue where the Discord version was being reported as unspecified, improving integration accuracy for mods that display version information.
- Continued compatibility updates for the latest Minecraft versions including 26.1 and 1.21.11.
- Ongoing maintenance and stability improvements to the core search and auto-complete functionality.
Pros and Cons
Pros
- Powers search functionality for dozens of popular mods
- Supports all three major mod loaders simultaneously
- Over 24 million downloads — widely trusted and battle-tested
- Open source with active maintenance through 2026
- Appears lightweight with no standalone gameplay impact
Cons
- Does nothing on its own — only useful as a dependency for other mods
- Players may not understand why they need it if a mod does not clearly list it as a requirement
- No user-facing configuration or settings to customize
Alternatives to Searchables
- Controlling — A mod that adds a search bar to the key bindings menu, making it easy to find and manage controls. Often used alongside Searchables in modpacks that prioritize searchability.
- Roughly Enough Items (REI) — A recipe viewer and item browser with its own built-in search system. While REI handles item browsing, Searchables provides the underlying search logic that other mods can tap into.
- Just Enough Items (JEI) — The most popular recipe and item viewer mod for Minecraft with powerful search filtering. JEI has its own search implementation, but mods that use Searchables can offer complementary filtering in other interfaces.
Download Searchables
| Minecraft Version | Fabric | Forge | NeoForge |
|---|---|---|---|
| For Minecraft 26.1 | Download | — | Download |
| For Minecraft 1.21.11 | Download | Download | Download |
| For Minecraft 1.21.10 | Download | Download | Download |
| For Minecraft 1.21.9 | Download | Download | Download |
| For Minecraft 1.21.8 | Download | Download | Download |
| For Minecraft 1.21.7 | Download | Download | Download |
| For Minecraft 1.21.6 | Download | Download | Download |
| For Minecraft 1.21.5 | Download | Download | Download |
| For Minecraft 1.21.4 | Download | Download | Download |
| For Minecraft 1.21.3 | Download | Download | Download |
| For Minecraft 1.21.2 | Download | — | Download |
| For Minecraft 1.21.1 | Download | Download | Download |
Always download mods from official sources to stay safe.
Frequently Asked Questions
Do I need Searchables if I just play vanilla Minecraft?
No — Searchables is a library mod designed for modded Minecraft only. It provides search functionality that other mods use behind the scenes. If you play without mods, you have no reason to install it. However, if you start using modpacks, there is a good chance at least one mod in the pack will require it as a dependency.
Does Searchables add any items or blocks to the game?
No — Searchables does not add any items, blocks, or visible content to Minecraft. It is purely a background library that provides search-and-filter helper methods for other mods. You will not see it in your inventory or notice it in gameplay, but the mods that depend on it will use its features to improve their search interfaces.
Is Searchables compatible with both Fabric and Forge?
Yes — Searchables supports Fabric, Forge, and NeoForge across Minecraft versions 1.20.5 through 26.1. Just make sure to download the correct version that matches your mod loader. The Fabric version requires Fabric API, while the Forge and NeoForge versions work independently.
Will Searchables cause lag or performance issues?
No, it appears to be lightweight and should not cause noticeable performance issues. Searchables only activates when another mod calls its search methods, so it sits idle most of the time. With over 24 million downloads and widespread use in large modpacks, significant performance problems would have been identified and reported long ago.
Which popular mods use Searchables as a dependency?
Several widely-used mods by jaredlll08 and other developers depend on Searchables for their search functionality. The 24 million download count reflects its role as a dependency in many modpacks. To check if a specific mod requires it, look at that mod's dependency list on its Modrinth or CurseForge page before installing.
