
FastALI is a small client-side performance mod that speeds up Advanced Loot Info (ALI). It cuts down the work ALI does when it builds loot information for your recipe viewer, so joining a world and reloading spends less time on it.
When ALI prepares its loot pages, it creates a sample entity for every entity type in the game and then discards the ones that have nothing to show. On a large modpack that is most of them.
FastALI:
- Skips creating sample entities for types that have no loot data, which is the biggest single cost.
- Caches the entities it does create, so a recipe-viewer reload does not rebuild them from scratch
For me it reduced ALI's load time by 54%!

