FastSuite

By๐Ÿ‘คShadows_of_Fire

A performance upgrade for the JSON recipe system.

Why FastSuite is a top-tier mod mod for Minecraft 1.20.1

A performance upgrade for the JSON recipe system.

โš™๏ธ Quick Resource Specs

Mod CreatorShadows_of_Fire
Latest Version1.20.1
Supported Game Versions1.20.1, 1.16.5, 1.16.4
File Size10.45 KB
Last Updated
Total Downloads88,746,366 downloads
Discover new possibilities in your world with FastSuite, a premium mods project created by Shadows_of_Fire. Designed to run smoothly on Minecraft 1.20.1, this addition brings both quality improvements and immersive elements to your setup.

About

FastSuite improves recipe matching performance for every mod that uses the JSON recipe system, rather than a specific subset of recipes. Its approach has changed across major versions โ€” the current implementation (7.0.0+) uses an index-based algorithm.

Approaches

FastSuite has used three different strategies over its lifetime:

List Reordering (4.0.0 and older) โ€” Recipes were stored in a move-to-front list, so frequently-accessed recipes migrated toward the front and became cheaper to find on subsequent lookups. First access matched vanilla speed; later accesses to deep recipes improved by >95%, with little impact on recipes already near the front.

Concurrent Matching (4.1.0 โ€“ 6.x) โ€” For any recipe type with more than 100 recipes, matching was spread across multiple threads instead of one. This produced a 10xโ€“12x speedup in All The Mods 8, and was more compatible and less brittle than the reordering model (e.g. it worked with Polymorph and on the first match).

Indexed Matching (7.0.0+) โ€” The current approach drops concurrency entirely in favor of an index-based algorithm. Recipes are indexed so that only viable candidates are tested, rather than scanning the full list. This matches all recipes for an input roughly 2xโ€“4.5x faster than vanilla, with no threading and no per-match data writes:

[Indexed] - Took an average of 93541.68 ns to match all recipes for acacia planks
[Vanilla] - Took an average of 416312.28 ns to match all recipes for acacia planks
[Indexed] - Took an average of 203072.3 ns to match all recipes for sticks
[Vanilla] - Took an average of 523836.38 ns to match all recipes for sticks
[Indexed] - Took an average of 104967.54 ns to match all recipes for crafting table
[Vanilla] - Took an average of 236834.45 ns to match all recipes for crafting table
[Indexed] - Took an average of 212810.42 ns to match all recipes for black shulker box
[Vanilla] - Took an average of 453240.12 ns to match all recipes for black shulker box
[Indexed] - Took an average of 243105.69 ns to match all recipes for failed match
[Vanilla] - Took an average of 918821.25 ns to match all recipes for failed match

If you're thinking "hey wait those numbers from 4.0.0 - 6.0.0 sound better", well, changes in vanilla diminished those to the point where concurrent matching was almost equivalent to single-threaded matching. The baseline is much faster now, but indexing can still do quite a bit better.

Compatibility

This mod is made to be non-intrusive and should work with all other mods, short of another mod also replacing the recipe manager. It is compatible with recipe modification mods such as KubeJS and CraftTweaker, and causes no issues with JEI.

FastSuite does not replace FastWorkbench or FastFurnace, though their benefits will be lessened if it is installed, since some of the work is offloaded to FastSuite. For maximum recipe performance I still advise installing all three.

Support Me

Contact

Discord: https://discord.shadowsoffire.dev

The Ultimate Guide to FastSuite

If you are exploring the vast world of Minecraft modifications, FastSuite by Shadows_of_Fire is a standout mod that deserves your attention. With over 88,746,366 downloads, it has become a staple for players looking to enhance their experience. As the creator describes it, this project is "A performance upgrade for the JSON recipe system.". Whether you are a veteran builder constructing massive cities, or simply a casual player looking to upgrade your survival world, this guide will provide you with all the essential details on how FastSuite alters the game.

What Makes It Special?

Unlike standard mods that simply alter superficial elements, FastSuite digs deep into the game's engine to provide a cohesive, performance-focused experience. Shadows_of_Fire has clearly spent significant time refining the project to ensure that every aspect feels polished and responsive for version 1.20.1.

Installation Guide

Getting FastSuite up and running is straightforward. Follow these step-by-step instructions:

  1. Verify Your Version: Ensure your Minecraft launcher is set to version 1.20.1.
  2. Install Mod Loader (if required): If this is a mod, download the compatible loader (Forge, Fabric, NeoForge).
  3. Download the File: Click the secure download button above to retrieve the official file from CurseForge.
  4. Move the File: Place the downloaded file into your `mods`, `shaderpacks`, or `resourcepacks` folder depending on the mod type.
  5. Launch and Enjoy: Open Minecraft, navigate to the respective settings menu, and activate FastSuite.

Compatibility & Performance

Compatibility is robust. FastSuite is designed specifically for version 1.20.1, taking full advantage of the latest engine optimizations. Since this is heavily focused on optimization, you can expect significant frame rate improvements on both low-end and high-end hardware.

Details

Downloads:88,746,366
Created:5 years ago
Updated:20 days ago
Project ID:475117
License:All Rights Reserved
Environment:Server

Game Versions

1.20.11.16.51.16.4

Mod Loaders

ForgeNeoforge

๐Ÿค Join Community for Support

Need help installing this resource or want to see more showcases? Join our community!