← Назад к ресурсам

Fast Recipe Search

Significantly speed up recipe search.

Modrinth library optimization

Описание

This mod significantly accelerates recipe lookup. Its mechanism involves building a tree based on hash codes of recipe ingredients, enabling rapid identification during searches. Compared to the original method of matching recipes one by one, it achieves a speedup of over 10 times, with the performance gap widening as the total number of recipes increases. Furthermore, the mod [Core library](https://github.com/nutant233/Fast-Recipe-Search/blob/1.21/libs/RecipeSearch-1.0.jar) provides a high-performance recipe tree API. Other mods can also utilize this library, and since it doesn't rely on Minecraft code, even non-Minecraft projects can use it.