Similar to the projects FastWorkbench and FastFurnace, FastSuite Mod (1.19.2, 1.18.2) is a mod about improving recipe performance.  However, unlike those two mods, it improves upon all mods that use the JSON recipe system, rather than just a specific subset of recipes.  It does this by turning the list of recipes from a Set into a LinkedList.  This list is then able to be reordered when a recipe is accessed, making access to it in the future much faster.  Recipes that are close enough to the front of the list (that are within the “cache size”) are not moved to avoid churning.  The cache size is configurable, and each type of recipe has its own cache space.

Features:

  • This mod should work completely with all other mods. It is made to be non-intrusive, and should not conflict with anything short of another mod also replacing the recipe manager. It has been tailored such that it should work with recipe modification mods such as KubeJS and CraftTweaker, and it does not cause any issues with JEI. I was able to load up All The Mods 3 and did not notice any errors, and it was also tested in Skyfactory 1.
  • This mod does not replace FastWorkbench or FastFurnace, though their benefits will be lessened if this is installed, as some of the work will be offloaded to FastSuite. To receive maximum performance with regards to recipes, I still advise having both of them installed, but if you had to pick just one, it should be FastSuite over either of the others.

You may also need:

How to install:

How To Download & Install Mods with Minecraft Forge

How To Download & Install Fabric Mods

Don’t miss out today’s latest Minecraft Mods

FastSuite Mod (1.19.2, 1.18.2) Download Links

For Minecraft 1.16.5

Forge version: Download from Server 1

For Minecraft 1.18.2

Forge version: Download from Server 1

For Minecraft 1.19.2

Forge version: Download from Server 1

Click to rate this post!
[Total: 0 Average: 0]